VirtualBox

Changeset 22593 in vbox


Ignore:
Timestamp:
Aug 31, 2009 11:43:30 AM (15 years ago)
Author:
vboxsync
Message:

By default you can't allocate much more than 1.5 GB in a 32 bits Windows process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/param.h

    r21223 r22593  
    7676# define MM_RAM_MAX_IN_MB           UINT32_C(16384)
    7777#else
    78 # define MM_RAM_MAX_IN_MB           UINT32_C(3584)
     78# if RT_OS_WINDOWS
     79/* By default you can't allocate much more than 1.5 GB in a 32 bits Windows process. */
     80#  define MM_RAM_MAX_IN_MB           UINT32_C(1500)
     81# else
     82#  define MM_RAM_MAX_IN_MB           UINT32_C(3584)
     83# endif
    7984#endif
    8085/** The default size of the below 4GB RAM hole. */
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