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

Daniel Dunbar daniel at zuster.org
Wed Aug 18 16:43:57 PDT 2010


Author: ddunbar
Date: Wed Aug 18 18:43:56 2010
New Revision: 111462

URL: http://llvm.org/viewvc/llvm-project?rev=111462&view=rev
Log:
RunSafely: Bump memory limit slightly, Clang++ needs this to build tramp3d-v4 on my Ubuntu box.

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=111462&r1=111461&r2=111462&view=diff
==============================================================================
--- test-suite/trunk/RunSafely.sh (original)
+++ test-suite/trunk/RunSafely.sh Wed Aug 18 18:43:56 2010
@@ -111,8 +111,8 @@
     # of files being output by the tests. 10 MB should be enough for anybody. ;)
     ULIMITCMD="$ULIMITCMD ulimit -f 10485760;"
 
-    # virtual memory: 300 MB should be enough for anybody. ;)
-    ULIMITCMD="$ULIMITCMD ulimit -v 300000;"
+    # virtual memory: 400 MB should be enough for anybody. ;)
+    ULIMITCMD="$ULIMITCMD ulimit -v 400000;"
 esac
 rm -f core core.*
 





More information about the llvm-commits mailing list