What is Default Xmx size in Java 8 (MaxHeapSize)?

0 votes
169 views
asked Sep 23, 2021 by Hitesh Garg (799 points)  

In the oracle documentation I found:

-Xmxsize Specifies the maximum size (in bytes) of the memory allocation pool in bytes ... The default value is chosen at runtime
based on system configuration.

What does system configuration mean?

Please log in or register to answer this question.

...