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
When a single processor is available, BackgroundPreinitializer can actually slow things down as it increases contention for the single CPU during startup. We should disable it when Runtime.availableProcessors() is 1.