There is some 'ulimit' code lying around in sagenb/interfaces/expect.py, not 
sure if it currently works. You can set some protections using server_pool 
and a dedicated user to run all the worksheet processes (different from the 
user who runs the webserver). Then you can setup the ulimit for that user 
(either globally or in the sage start-up script).

To check under what ulimit settings you are currently working try this in 
the notebook.
import os
os.system('ulimit -a')

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to