plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit ce31e3d40bf99dc31dbf3df47356c6f7a540e98d
parent 030fb939ccf6883c70d5d04884e5b4a34527690f
Author: Russ Cox <rsc@swtch.com>
Date:   Thu,  3 Jul 2008 22:42:03 -0400

venti: bump MaxAMap

Diffstat:
Msrc/cmd/venti/srv/dat.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/venti/srv/dat.h b/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