Changeset 33333 in vbox
- Timestamp:
- Oct 22, 2010 9:27:40 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r33192 r33333 179 179 * For nested paging we don't need pool user info nor extents at all, but we can't check for nested paging here (too early during init to get a confirmation it can be used) 180 180 * The default for large memory configs is a bit large for shadow paging, so I've restricted the extent maximum to 2k (2k * 16 = 32k of hyper heap) 181 * 182 * Also when large page support is enabled, we typically don't need so much, 183 * although that depends on the availability of 2 MB chunks on the host. 181 184 */ 182 185
Note:
See TracChangeset
for help on using the changeset viewer.