VirtualBox

Changeset 20777 in vbox


Ignore:
Timestamp:
Jun 22, 2009 1:13:22 PM (16 years ago)
Author:
vboxsync
Message:

Running out of hyper heap often here; guest SMP needs more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMHyper.cpp

    r20775 r20777  
    7979    int rc = CFGMR3QueryU32(CFGMR3GetChild(CFGMR3GetRoot(pVM), "MM"), "cbHyperHeap", &cbHyperHeap);
    8080    if (rc == VERR_CFGM_NO_PARENT || rc == VERR_CFGM_VALUE_NOT_FOUND)
    81         cbHyperHeap = VMMIsHwVirtExtForced(pVM)
    82                     ? 640*_1K
    83                     : 1280*_1K;
     81        cbHyperHeap = 1280*_1K;
    8482    else
    8583        AssertLogRelRCReturn(rc, rc);
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