VirtualBox

Changeset 92277 in vbox for trunk


Ignore:
Timestamp:
Nov 8, 2021 6:04:40 PM (3 years ago)
Author:
vboxsync
Message:

ValKit/tdBenchmark2: Adjust up the safety margin from 10% to 14%. bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py

    r92269 r92277  
    9595        reporter.log('cMbMaxGuestRam=%s cMbHostAvail=%s cMbHostTotal=%s' % (cMbMaxGuestRam, cMbHostAvail, cMbHostTotal,));
    9696
    97         cMbHostAvail -= cMbHostAvail // 10; # Rough 10% safety/overhead margin.
     97        cMbHostAvail -= cMbHostAvail // 7; # Rough 14% safety/overhead margin.
    9898        if cMbMaxGuestRam < cMbHostAvail:
    9999            # Currently: 2048 GiB, 1536 GiB, 1024 GiB, 512 GiB, 256 GiB, 128 GiB
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette