Query 1 - If we have set -Xmx12288m in extraJvmArgs and set localWorkers flag to 4. Will this allot 12Gigs to each thread or split the 12 gigs into 3gigs each for the 4 threads?
Query 2 - If we use <collapse-all-properties />
then will the compiler still use 4 threads from localWorkers for single permutation? ( Not likely as per documentation )