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
Just curious the reasoning behind setting -XX:MaxDirectMemorySize to 10M by default? It seems the Java default is to set it to max memory. 10M as a default is quite a bit different than max memory.
Uh oh!
There was an error while loading. Please reload this page.
Just curious the reasoning behind setting -XX:MaxDirectMemorySize to 10M by default? It seems the Java default is to set it to max memory. 10M as a default is quite a bit different than max memory.
A couple references:
JDK https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/jdk/internal/misc/VM.java#L262
The text was updated successfully, but these errors were encountered: