Reduced max page count.
git-svn-id: svn://10.0.0.236/trunk@43278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
54104fe196
commit
7f9c4b0c7c
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
|
||||
#define NS_PAGEMGR_MIN_PAGES 32 // XXX bogus -- this should be a runtime parameter
|
||||
#define NS_PAGEMGR_MAX_PAGES 32767 // XXX bogus -- this should be a runtime parameter
|
||||
#define NS_PAGEMGR_MAX_PAGES 2560 // 10 meg XXX bogus -- this should be a runtime parameter
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user