venti: bump MaxAMap

This commit is contained in:
Russ Cox 2008-07-03 22:42:03 -04:00
parent 030fb939cc
commit ce31e3d40b

View file

@ -47,7 +47,7 @@ enum
IndexBase = 1024*1024, /* initial address to use in an index */
MaxIo = 64*1024, /* max size of a single read or write operation */
ICacheBits = 16, /* default bits for indexing icache */
MaxAMap = 2*1024, /* max. allowed arenas in an address mapping; must be < 32*1024 */
MaxAMap = 31*1024, /* max. allowed arenas in an address mapping; must be < 32*1024 */
/*
* return codes from syncarena