From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 5 Apr 2011 03:42:31 -0700 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20110405104231.GA24830@dinah> References: <20110403211333.GA3905@dinah> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110403211333.GA3905@dinah> Subject: Re: [9fans] Go Plan 9 Topicbox-Message-UUID: c9cd078c-ead6-11e9-9d60-3106f5b1d025 Anthony Martin once said: > -#define MaxArena32 (2U<<30) > +#define MaxArena32 (240U<<20) I forgot to mention this earlier but for the curious, I used 240mb here because that is USTKTOP-USTKSIZE in 9vx. Anthony P.S. Has anyone ran into the SEGMAPSIZE limit on native Plan 9? The current value of 1984mb was set on Sep 16 1998 and if I've inferred the heuristic correctly, it was meant to be USTKTOP-4*USTKSIZE. (At the time, the top of user VM was 0x80000000). Using the current USTKTOP would give a size of 3520mb.