[m-rev.] diff: test_mercury: ulimit -S -d 256000

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Aug 13 20:04:24 AEST 2002


Estimated hours taken: 0.5
Branches: main

tools/test_mercury:
	Set the data size ulimit to 250 Mb.
	This is needed to avoid out-of-memory errors on murlibobo
	when building the --split-c-files version of the library.

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.182
diff -u -d -r1.182 test_mercury
--- tools/test_mercury	30 Jul 2002 15:57:31 -0000	1.182
+++ tools/test_mercury	13 Aug 2002 09:51:09 -0000
@@ -41,6 +41,12 @@
 # Stop looping tests after 5 minutes of CPU time.
 ulimit -S -t 300
 
+# Allow tests to use up to about 250 Mb of memory
+# (Most of it should build fine with 128 Mb,
+# but building the --split-c-files versions of
+# the libraries needs more, at least for dec-alpha-osf*.)
+ulimit -S -d 250000
+
 # Host to use to build the release of the day.
 ROTD_HOST=earth
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list