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
We are experiencing issues where large numbers of simultaneous rendering requests are causing system crashes. We suspect the issue is related to the number of threads being created.
We are experiencing issues where large numbers of simultaneous rendering requests are causing system crashes. We suspect the issue is related to the number of threads being created.
ExecutorService
being used has no upper bound on threads, so it will not prevent these from being created (see https://github.com/openjdk-mirror/jdk7u-jdk/blob/master/src/share/classes/java/util/concurrent/Executors.java#L194).The text was updated successfully, but these errors were encountered: