Commit Diff


commit - 030fb939ccf6883c70d5d04884e5b4a34527690f
commit + ce31e3d40bf99dc31dbf3df47356c6f7a540e98d
blob - 382923c7a07affa5f20ee2d23595b8128c2648c1
blob + b0b942b8177f21e5a45b8d7c6de231b8038320dd
--- src/cmd/venti/srv/dat.h
+++ src/cmd/venti/srv/dat.h
@@ -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