Changes between Initial Version and Version 2 of Ticket #18340
- Timestamp:
- 04/30/15 00:22:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18340
- Property Keywords PARI gp ptestlong doctesting added
-
Property
Summary
changed from
Memory issues while testing
toMemory issues while testing (gp process)
-
Ticket #18340 – Description
initial v2 1 1 See https://groups.google.com/d/topic/sage-devel/ydDfHsCxpAc/discussion 2 3 ---- 4 5 Work-around I currently use (with `bash`): 6 {{{ 7 $ (ulimit -v 4000000; make ptestlong) # e.g.; limits virtual memory 8 # of *each* (sub)process to ~4MB 9 }}} 10 Interestingly, all test pass despite the greedy `gp` process getting killed.