[plt-scheme] MzScheme maximum memory use

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Thu Jul 12 05:55:14 EDT 2007

Looks like a good manager, the LRU manager. I've implemented
a hwiki-manager for hwiki. What are your experiences with the
LRU manager?

--hans


Op 12/7/2007 schreef "Noel Welsh" <noelwelsh at gmail.com>:

>Hi all,
>
>Am I correct in thinking the maximum amount of memory that MzScheme
>can use on a 32-bit platform is 2GB?  I assume 32-bits - 1 tag bit =
>31 bits for every pointer.  This would explain why we ran out of
>memory on a machine with 3GB RAM and the web server's LRU manager set
>w/ a max consumption of 2GB.
>
>Thanks!
>Noel
>_________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.