Changeset 92308 in vbox for trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py
- Timestamp:
- Nov 10, 2021 12:33:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py
r92307 r92308 116 116 cMb //= 2; 117 117 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,]; 118 122 else: 119 123 reporter.log("Less than 8GB of host RAM available for VMs, skipping test");
Note:
See TracChangeset
for help on using the changeset viewer.