Changeset 679 in vbox for trunk/src/VBox/HostDrivers/Support/SUPDRV.h
- Timestamp:
- Feb 6, 2007 4:28:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r387 r679 118 118 * to actually be much lower. The values here have been determined experimentally. 119 119 */ 120 #ifdef __ WIN32__120 #ifdef __X86__ 121 121 # define MAX_LOCK_MEM_SIZE (32*1024*1024) /* 32mb */ 122 122 #endif 123 #ifdef __ WIN64__123 #ifdef __AMD64__ 124 124 # define MAX_LOCK_MEM_SIZE (24*1024*1024) /* 24mb */ 125 125 #endif
Note:
See TracChangeset
for help on using the changeset viewer.