Hi David,
The number of FE threads is determined by max(cpus * 4, 16) - cpus being, essentially, cores in this example. You can increase your FE threads by setting the system property DistributionManager.MAX_FE_THREADS.
--Jens
Hi David,
The number of FE threads is determined by max(cpus * 4, 16) - cpus being, essentially, cores in this example. You can increase your FE threads by setting the system property DistributionManager.MAX_FE_THREADS.
--Jens