On the Installation Guide page of the FreeSwitch wiki, it says the following:<div><br></div><div>-------------------------</div><div><p style="margin:0.4em 0px 0.5em;line-height:19px;font-family:sans-serif;font-size:13px;background-color:rgb(255,255,255)">
You can use multiple cores for your bootstrap/config/build, by specifying it at the start, e.g.: (note this may make build errors harder to spot)</p><pre style="padding:1em;border:1px dashed rgb(47,111,171);background-color:rgb(249,249,249);line-height:1.1em">
 ./bootstrap.sh -j4</pre></div><div>--------------------------</div><div><br></div><div><br></div><div>I looked through the bootstrap.sh code, and it appears that the trailing digit in the above example is ignored?  Or am I missing something?</div>
<div><br></div><div>I was thinking/hoping it was a way to specify the maximum # of background processes that get created.  At this point I assume it is just an error in the wiki.</div><div><br></div>