Changeset 22593 in vbox
- Timestamp:
- Aug 31, 2009 11:43:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/param.h
r21223 r22593 76 76 # define MM_RAM_MAX_IN_MB UINT32_C(16384) 77 77 #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 79 84 #endif 80 85 /** The default size of the below 4GB RAM hole. */
Note:
See TracChangeset
for help on using the changeset viewer.