diff --git a/content/pages/faq.md b/content/pages/faq.md
index 15ca3e4c61e593c551714b0660d0891fe14d1d81..7073a11312af081b91374f14e1bfc6884c167376 100644
--- a/content/pages/faq.md
+++ b/content/pages/faq.md
@@ -180,7 +180,7 @@ guix shell --pure -D starpu -- /bin/bash --norc
 ./autogen.sh
 rm build -rf && mkdir build && cd build
 ../configure --prefix=$PWD/install --enable-debug --disable-opencl
-make -j install
+make -j20 install
 exit
 ```
 
@@ -192,7 +192,7 @@ cd chameleon
 guix shell --pure -D chameleon -- /bin/bash --norc
 export PKG_CONFIG_PATH=/tmp/starpu/build/install/lib/pkgconfig:$PKG_CONFIG_PATH
 cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCHAMELEON_USE_MPI=ON
-cmake --build build -j
+cmake --build build -j20
 exit
 ```