summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-10-15 17:19:23 +0000
committerhubertf <hubertf@pkgsrc.org>2001-10-15 17:19:23 +0000
commit485b9b34d5d1863099c4e8d7d09131284e71c495 (patch)
treef12dfcf2cc59194eee9dd421b0963f8f85ff02ba /mk
parent669aebebad963e3b732c44a2f90fe17388adbc29 (diff)
downloadpkgsrc-485b9b34d5d1863099c4e8d7d09131284e71c495.tar.gz
Set ressource limits as high as possible before we'll start compiling
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/build7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bulk/build b/mk/bulk/build
index c4012e9eb73..753874f6e20 100644
--- a/mk/bulk/build
+++ b/mk/bulk/build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: build,v 1.13 2001/10/14 20:34:53 dmcmahill Exp $
+# $NetBSD: build,v 1.14 2001/10/15 17:19:23 hubertf Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org>
@@ -34,6 +34,11 @@
# Do builk build
#
+# Set ressource limits as high as possible
+ulimit -S -s `ulimit -H -s`
+ulimit -S -d `ulimit -H -d`
+
+
echo Bulk build started: `date`
echo ""