[llvm-commits] [test-suite] r63818 - /test-suite/trunk/RunSafely.sh

Daniel Dunbar daniel at zuster.org
Wed Feb 4 19:12:36 PST 2009


Author: ddunbar
Date: Wed Feb  4 21:12:33 2009
New Revision: 63818

URL: http://llvm.org/viewvc/llvm-project?rev=63818&view=rev
Log:
250 MB wasn't enough for me (or rather, it wasn't enough for
MultiSource/Benchmarks/NPB-serial/is).

Modified:
    test-suite/trunk/RunSafely.sh

Modified: test-suite/trunk/RunSafely.sh
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/RunSafely.sh?rev=63818&r1=63817&r2=63818&view=diff

==============================================================================
--- test-suite/trunk/RunSafely.sh (original)
+++ test-suite/trunk/RunSafely.sh Wed Feb  4 21:12:33 2009
@@ -104,8 +104,8 @@
     # of files being output by the tests. 10 MB should be enough for anybody. ;)
     ULIMITCMD="$ULIMITCMD ulimit -f 10485760;"
 
-    # virtual memory: 250 MB should be enough for anybody. ;)
-    ULIMITCMD="$ULIMITCMD ulimit -v 250000;"
+    # virtual memory: 300 MB should be enough for anybody. ;)
+    ULIMITCMD="$ULIMITCMD ulimit -v 300000;"
 esac
 rm -f core core.*
 





More information about the llvm-commits mailing list