You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current value is Runtime#availableProcessors() x 2, but it was set a long time ago and is quite high now considering the number of cores available nowadays.
Setting the value to Runtime#availableProcessors() should be reasonable for most workloads.