max Threads
Sets the number of threads for the Maven process to MAX_THREADS - 1
, where MAX_THREADS
is the maximum amount of threads available on the machine. One thread is subtracted to ensure that there's always one thread on the machine not being used by Maven, so it can be scheduled for other tasks.
Using the threads function will overwrite the value set by this function.