VirtualBox

Changeset 13695 in vbox


Ignore:
Timestamp:
Oct 30, 2008 9:52:21 PM (16 years ago)
Author:
vboxsync
Message:

VMM: Increased the allocation attempts for core memory as we're still seeing occational failuress here.

File:
1 edited

Legend:

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

    r13694 r13695  
    7777#include "VMMSwitcher/VMMSwitcher.h"
    7878#include <VBox/vm.h>
     79
    7980#include <VBox/err.h>
    8081#include <VBox/param.h>
     
    129130# endif
    130131    NULL    //&vmmR3SwitcherAMD64ToAMD64_Def,
    131 #else
     132#else  /* RT_ARCH_AMD64 */
    132133    NULL,   //&vmmR3Switcher32BitTo32Bit_Def,
    133134    NULL,   //&vmmR3Switcher32BitToPAE_Def,
     
    138139    &vmmR3SwitcherAMD64ToPAE_Def,
    139140    NULL    //&vmmR3SwitcherAMD64ToAMD64_Def,
    140 #endif
     141#endif /* RT_ARCH_AMD64 */
    141142};
    142143
     
    181182        if (rc == VERR_PGM_INTERMEDIATE_PAGING_CONFLICT)
    182183        {
    183             /* try more allocations - Solaris  */
    184             const unsigned cTries = 4112;
     184            /* try more allocations - Solaris, Linux.  */
     185            const unsigned cTries = 8234;
    185186            struct VMMInitBadTry
    186187            {
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