according doc: https://apacheignite.readme.io/docs/job-scheduling#section-one-at-a-time where is described that Cores*4 number runs in parallel,
Better, set this number: "parallelJobsNumber" value="16" by self to your number and check if it executed as described. You can parallelize to all CPU using many ignite nodes on each physical server, but this is generally bad construction due to multiple overheads from use additional setup and interaction resources for each server instance. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
