Changeset 101035 in vbox for trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py
- Timestamp:
- Sep 7, 2023 8:59:15 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py
r98651 r101035 156 156 if oSession: 157 157 fRc = oSession.setRamSize(cMbRam); 158 fRc = oSession.setLargePages (fLargePages) and fRc;158 fRc = oSession.setLargePagesX86(fLargePages) and fRc; 159 159 if fRc: 160 160 fRc = oSession.saveSettings();
Note:
See TracChangeset
for help on using the changeset viewer.