Changeset 39283 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 11, 2011 9:33:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r39078 r39283 52 52 * 53 53 * On 64-bit hosts: 54 * - Max 1023 VMs. Imposed by GVMM's handle allocation55 * (GVMM_MAX_HANDLES), can be increased up to 64K.54 * - Max 8191 VMs. Imposed by GVMM's handle allocation (GVMM_MAX_HANDLES), 55 * can be increased up to 64K - 1. 56 56 * - Max 16TB - 64KB of the host memory can be used for backing VM RAM and 57 57 * ROM pages. The limit is imposed by the 32-bit page ID used by GMM.
Note:
See TracChangeset
for help on using the changeset viewer.