aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-07-03 22:42:03 -0400
committerRuss Cox <rsc@swtch.com>2008-07-03 22:42:03 -0400
commitce31e3d40bf99dc31dbf3df47356c6f7a540e98d (patch)
treef192da7c7a646fdde9f5f90e9df5b507ec0221ec /src/cmd/venti
parent030fb939ccf6883c70d5d04884e5b4a34527690f (diff)
downloadplan9port-ce31e3d40bf99dc31dbf3df47356c6f7a540e98d.tar.gz
plan9port-ce31e3d40bf99dc31dbf3df47356c6f7a540e98d.tar.bz2
plan9port-ce31e3d40bf99dc31dbf3df47356c6f7a540e98d.zip
venti: bump MaxAMap
Diffstat (limited to 'src/cmd/venti')
-rw-r--r--src/cmd/venti/srv/dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/dat.h b/src/cmd/venti/srv/dat.h
index 382923c7..b0b942b8 100644
--- 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