Increasing per-process memory limits?

2003-10-14 Thread njc
Hello, I'm currently using Zope's Plone application which relies heavily on python. When uploading large files (>65 megs, possibly higher), the python process is bombing out with a 'memory exceeded' error. I'm using 4.8-STABLE . I've been told that if I increase the amount of available memory t

Re: Increasing per-process memory limits?

2003-10-15 Thread njc
csh(1) and limits(1) manpages. - Giorgos I'm sorry, I forgot to mention that I looked into this as well - the python process runs as root, which appears to have unlimited resource usage... that's kind of what confused me about this issue in the first place. Thank you for your res