- Timestamp:
- Nov 8, 2021 6:04:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py
r92269 r92277 95 95 reporter.log('cMbMaxGuestRam=%s cMbHostAvail=%s cMbHostTotal=%s' % (cMbMaxGuestRam, cMbHostAvail, cMbHostTotal,)); 96 96 97 cMbHostAvail -= cMbHostAvail // 10; # Rough 10% safety/overhead margin.97 cMbHostAvail -= cMbHostAvail // 7; # Rough 14% safety/overhead margin. 98 98 if cMbMaxGuestRam < cMbHostAvail: 99 99 # Currently: 2048 GiB, 1536 GiB, 1024 GiB, 512 GiB, 256 GiB, 128 GiB
Note:
See TracChangeset
for help on using the changeset viewer.