VirtualBox

Ignore:
Timestamp:
Nov 10, 2021 12:33:31 AM (3 years ago)
Author:
vboxsync
Message:

ValKit/tdBenchmark2: Try make the darwin boxes do something, however little. bugref:10093

File:
1 edited

Legend:

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

    r92307 r92308  
    116116                cMb //= 2;
    117117                acMbRam.append(cMb);
     118        elif cMbHostAvail >= 16000 and cMbHostAvail > 7168:
     119            # Desperate attempt at getting some darwin testruns too.  We've got two
     120            # with 16 GiB and they usually end up with just short of 8GiB of free RAM.
     121            acMbRam = [7168,];
    118122        else:
    119123            reporter.log("Less than 8GB of host RAM available for VMs, skipping test");
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