From d80a6110403c27870929e65669376502279d527b Mon Sep 17 00:00:00 2001
From: Don Lipari <lipari1@llnl.gov>
Date: Fri, 10 Dec 2010 23:25:03 +0000
Subject: [PATCH] 2nd attempt to increase process limit for test9.8 stress
 test.  This should help to eliminate the creation of srun core files.

---
 testsuite/expect/test9.8 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/expect/test9.8 b/testsuite/expect/test9.8
index 656850ea2da..f2259e7360c 100755
--- a/testsuite/expect/test9.8
+++ b/testsuite/expect/test9.8
@@ -62,6 +62,7 @@ if {[test_front_end] != 0 || $enable_memory_leak_debug != 0} {
 #
 make_bash_script $file_in "
 $bin_sleep 5
+ulimit -u `ulimit -u -H`
 for ((inx=0; inx < $task_cnt; inx++)) ; do
         $srun -N1 -n1 $bin_sleep $sleep_time &
 done
-- 
GitLab