Snippets tagged “heap”
1 snippet uses this tag.
- What are the -Xms and -Xmx parameters when starting JVM?Java
The -Xms and -Xmx options are used to set the initial and maximum heap sizes, respectively, for the Java Virtual Machine (JVM).
1 snippet uses this tag.
The -Xms and -Xmx options are used to set the initial and maximum heap sizes, respectively, for the Java Virtual Machine (JVM).