tventi: bump MaxAMap - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ce31e3d40bf99dc31dbf3df47356c6f7a540e98d
 (DIR) parent 030fb939ccf6883c70d5d04884e5b4a34527690f
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Thu,  3 Jul 2008 22:42:03 -0400
       
       venti: bump MaxAMap
       
       Diffstat:
         M src/cmd/venti/srv/dat.h             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/venti/srv/dat.h b/src/cmd/venti/srv/dat.h
       t@@ -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