Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Tobias Hammer
I get this on i386, when the VM sucks up ~ 2GB of memory. You can try env PLT_SETUP_OPTIONS=-j 1, that helps for me. Tobias On Tue, 16 Apr 2013 17:50:52 +0200, Jon Rafkind rafk...@cs.utah.edu wrote: The PPA build has been failing the past 2 days or so for amd64 machines due to the Racket

Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Tony Garnock-Jones
On 2013-04-16 11:50 AM, Jon Rafkind wrote: The PPA build has been failing the past 2 days or so for amd64 machines due to the Racket VM running out of memory, usually during 'raco setup' but not correlated with any specific collection. I have seen this behaviour after a 'raco pkg remove':

Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Jon Rafkind
The build already passes '-j 1'. On 04/16/2013 09:55 AM, Tobias Hammer wrote: I get this on i386, when the VM sucks up ~ 2GB of memory. You can try env PLT_SETUP_OPTIONS=-j 1, that helps for me. Tobias On Tue, 16 Apr 2013 17:50:52 +0200, Jon Rafkind rafk...@cs.utah.edu wrote: The PPA

Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Neil Van Dyke
On these out-of-memory conditions, you might want to look at the kernel logs for what the OOM-killer said about what processes were running, their sizes, and who it thought the culprit was. If the OOM logs show GB of virtual memory missing, but not used by any userspace process, you might

Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Tony Garnock-Jones
On 04/16/2013 12:42 PM, Neil Van Dyke wrote: On these out-of-memory conditions, you might want to look at the kernel logs for what the OOM-killer said about what processes were running, their sizes, and who it thought the culprit was. It was *definitely* Racket: I was watching htop at the

Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Matthew Flatt
At Tue, 16 Apr 2013 11:57:40 -0400, Tony Garnock-Jones wrote: On 2013-04-16 11:50 AM, Jon Rafkind wrote: The PPA build has been failing the past 2 days or so for amd64 machines due to the Racket VM running out of memory, usually during 'raco setup' but not correlated with any specific

Re: [racket-dev] amd64 out of memory

2013-04-16 Thread Tony Garnock-Jones
On 04/16/2013 03:50 PM, Matthew Flatt wrote: Meanwhile, I've been meaning to make `raco pkg remove' setup only the same collections that were setup for `raco pkg install' (minus any that are gone after the uninstall), and I've pushed that change. I don't expect that the change fixes the