When a java application is started, you can set the memory boot directives with -Xms and Xmx to define with what minimum memory the application starts and which is the maximum it can occupy. My query is What kind of memory is affected by these parameters (-Xms, -Xmx), the Heap memory or the stack Memory?
Thank you in advance for the attention provided.