ref: 8dcd0721b321ee0ccb6ba88d3d8e833419bce0c5
parent: 7ff4ff093be217d1842d2efb99de5cb68119d48b
author: Ori Bernstein <[email protected]>
date: Thu Sep 27 12:04:54 EDT 2012
Relax the resource limits a bit.
--- a/test/test.sh
+++ b/test/test.sh
@@ -55,10 +55,8 @@
ulimit -l 1024 # locked memory
ulimit -m 32768 # total memory
ulimit -n 32768 # open files
-ulimit -p 8 # pipe size (512k chunks)
ulimit -s 8192 # 8 meg stack
ulimit -t 30 # 30 second CPU time
-ulimit -u 128 # user processes
ulimit -v 32768 # virtual memory
for i in `awk '/^B/{print $2}' tests`; do