|
|
|
|
|
by foresto
1771 days ago
|
|
I would expect it to scale pretty well, at least until you reach the limits of your disk and buffer RAM. The build process supports the -j option just like make. You can use -j N+1 if you want to keep all your cores busy, or -j N-1 to keep your machine more responsive during the build, or nice and -j 1 if you're in no hurry and your machine has more important tasks. (Actually, I think reasonable defaults for these might already be part of the build scripts, but it has been a while since I looked.) |
|