WIP: don't be a resource hog for batch builds

This commit is contained in:
Matthias Koefferlein 2018-06-17 22:58:40 +02:00
parent 741e9d73e3
commit 4a84790c45
1 changed files with 1 additions and 1 deletions

View File

@ -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