From 4a84790c45492bf5b15977ed262fe4d7d6f9c1c4 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 17 Jun 2018 22:58:40 +0200 Subject: [PATCH] WIP: don't be a resource hog for batch builds --- scripts/makedeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makedeb.sh b/scripts/makedeb.sh index 68e6fbd78..8a8d843dc 100755 --- a/scripts/makedeb.sh +++ b/scripts/makedeb.sh @@ -43,7 +43,7 @@ bindir="bin.linux.release" builddir="build.linux.release" libdir="/usr/lib/klayout" -./build.sh -j4 \ +./build.sh -j1 \ -bin $bindir \ -build $builddir \ -rpath $libdir