commit | 46eb0f7b08a93045dba6485ed365bc4ad7d33675 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Sep 08 15:22:45 2008 -0700 |
committer | Russ Cox <rsc@golang.org> | Mon Sep 08 15:22:45 2008 -0700 |
tree | 1be008d95af369b0810170a80ebadd43d3016c10 | |
parent | 7231ceb714aa8c5df479dc772590e1495d3f3df4 [diff] [blame] |
limit tests to 4GB of memory. 3G works on thresher, 2G does not R=r OCL=14956 CL=14958
diff --git a/test/run b/test/run index dd24312..8013efe 100755 --- a/test/run +++ b/test/run
@@ -23,6 +23,10 @@ TMP1FILE=/tmp/gotest1-$USER TMP2FILE=/tmp/gotest2-$USER +# don't run the machine out of memory: limit individual processes to 4GB. +# on thresher, 3GB suffices to run the tests; with 2GB, peano fails. +ulimit -v 4000000 + for dir in . ken chan bugs fixedbugs do for i in $dir/*.go