Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

Memory at 100%

  • 258 Views
  • Last Post 25 November 2017
  • Topic Is Solved
Strahan posted this 25 November 2017

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!

Mike posted this 25 November 2017

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

Close