Changeset 33163 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 15, 2010 2:27:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r33162 r33163 174 174 ("cMaxPages=%u (%#x)\n", cMaxPages, cMaxPages), VERR_INVALID_PARAMETER); 175 175 cMaxPages = RT_ALIGN(cMaxPages, 16); 176 177 /** todo: 178 * We need to be much more careful with our allocation strategy here. 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 * 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 */ 176 182 177 183 /** @cfgm{/PGM/Pool/MaxUsers, uint16_t, #users, MaxUsers, 32K, MaxPages*2}
Note:
See TracChangeset
for help on using the changeset viewer.