#9398: Sage meddles with soft rlimits
----------------------+-----------------------------------------------------
   Reporter:  nbruin  |       Owner:  jason   
       Type:  defect  |      Status:  new     
   Priority:  major   |   Milestone:  sage-4.5
  Component:  misc    |    Keywords:          
     Author:          |    Upstream:  N/A     
   Reviewer:          |      Merged:          
Work_issues:          |  
----------------------+-----------------------------------------------------
 Sage currently removes any soft resource limits set. If those limits are
 set, it's probably with good reason, so it would be better if it kept
 limits in place
 {{{
 sh-3.2$ ulimit -S -v 1000000
 sh-3.2$ ulimit -v
 1000000
 sh-3.2$ sage
 ----------------------------------------------------------------------
 | Sage Version 4.4.4, Release Date: 2010-06-23                       |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: import os
 sage: os.system("ulimit -v")
 unlimited
 0
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9398>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en.

Reply via email to