From 3249f9187d4dbb01edbe29e4ab3c59d69878be41 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 17 Dec 2020 15:33:52 -0500 Subject: [PATCH] Oopz, most people will want 2 as Hans Grueber found out --- contrib/fresh_clone_compile_and_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fresh_clone_compile_and_run.sh b/contrib/fresh_clone_compile_and_run.sh index e1e935d03..95c89c5fb 100644 --- a/contrib/fresh_clone_compile_and_run.sh +++ b/contrib/fresh_clone_compile_and_run.sh @@ -11,7 +11,7 @@ cd hush3 # You need 2GB of RAM per core, don't use too many # (GB of RAM)/2 - 1 is the optimal core count for compiling Hush # `nproc` tells you how many cores you have -JOBS=4 +JOBS=2 # Want to fix this parrallel-only build system bug we inherited ? you are a new hush dev ./build.sh -j$JOBS;make -j$JOBS;make -j$JOBS;make -j$JOBS ./src/hushd &> hush.log &