Opened 7 years ago
Last modified 7 years ago
#19933 closed defect
MemoryInfo.rlimit_address_space() should return -1 for unlimited — at Initial Version
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.1 |
Component: | misc | Keywords: | |
Cc: | Merged in: | ||
Authors: | Jeroen Demeyer | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The code in memory_info.h
is written with the assumption that RLIM_INFINITY = -1
. This is true on Linux, but not on OS X.
Note: See
TracTickets for help on using
tickets.