Re: [sage-devel] runaway maxima process and ulimit

2010-03-10 Thread William Stein
On Wed, Mar 10, 2010 at 10:27 PM, Jason Grout wrote: > When I start up my class Sage server notebook, I pass the ulimit option to > the notebook command with the following option: > > ulimit='-u 100 -t 3600 -v 50' > > According to the notebook? docs, this should limit a worksheet process to >

[sage-devel] runaway maxima process and ulimit

2010-03-10 Thread Jason Grout
When I start up my class Sage server notebook, I pass the ulimit option to the notebook command with the following option: ulimit='-u 100 -t 3600 -v 50' According to the notebook? docs, this should limit a worksheet process to using 3600 seconds of *wall* time and 500MB of virtual memory.