Remove assert for physical vs virtual memory size

On systems with more than 1 TB of memory per NUMA region, this triggers
unnecessary errors.

Change-Id: I1bc7f209b9c1739b516c9f6b0acf434488ac7b8d
Этот коммит содержится в:
David Yat Sin
2024-04-24 00:07:13 +00:00
родитель f2751b7030
Коммит e539c8dce2
-1
Просмотреть файл
@@ -164,7 +164,6 @@ MemoryRegion::MemoryRegion(bool fine_grain, bool kernarg, bool full_profile,
}
assert(GetVirtualSize() != 0);
assert(GetPhysicalSize() <= GetVirtualSize());
assert(IsMultipleOf(max_single_alloc_size_, kPageSize_));
}