Ah, found it. devel/sage-main/sage/all.py, line 179:
# maximize memory resources
try:
import resource # unix only...
resource.setrlimit(resource.RLIMIT_AS, (-1,-1))
except:
pass
This seems rather rude to me. Perhaps this should simply not be done?
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
