Hi. When I start my server, memory use jumps to 100% immediately. I was told before that one should set Xmx and Xms to the same; is that why it's maxing out immediately like that or is something else going on?
Thanks!
This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.
Hi. When I start my server, memory use jumps to 100% immediately. I was told before that one should set Xmx and Xms to the same; is that why it's maxing out immediately like that or is something else going on?
Thanks!
Setting Xmx and Xms to the same will cause that, because you're telling it both the minimum and the maximum heap allocation are the same, therefore the memory usage will jump to 100% immediately and stay there.
I generally recommend that you do not set Xms and only set Xmx