[plt-scheme] GC Warning ...

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Apr 8 14:59:39 EDT 2006

I don't know if this is the problem, but how much memory do you have on
your machine? I think there is a limit to how much mzscheme can address
(on a 32 bit machine) and you may be hitting that limit. (Matthew knows
better, I'm sure.)

Robby

At Sat, 8 Apr 2006 14:43:20 -0400, "David J. Neu" wrote:
> Hi all,
> 
> I have a fairly memory intensive application, that generates the
> following message
> 
> GC Warning: Out of Memory!  Returning NIL!
> 
> and then dumps core.
> 
> Running top shows plenty of physical memory available.
> 
> I stuck in a call to (collect-memory) every thousand iterations, but
> that didn't help.
> 
> Thanks for any advice!
> 
> Cheers,
> David
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.