I am trying to install LLVM on my CentOS machine.
In the installation tutorial of LLVM, a flag -jn is specified along with make.
It says to perform make -jn and also says "Choose n such that make doesn’t run in to swap space issue."
What is the use of the -j flag and how can I choose the value of n?