If you use large heaps you should use G1 garbage collector
And if you use that then I would set the min and Max to the same values

*-server -Xms13G -Xmx13G **-XX:+UseG1GC*


*To fully initialize the memory at once (g1 will figure it into compartments)*


Op za 22 dec. 2018 13:35 schreef Dhaval Jaiswal <dhaval.jais...@via.com:

> I am facing issue of crashing JAVA process and log files attached for the
> same.
>
> Server total RAM is 16 GB.
>
> catalina.sh having following setting.
> export JAVA_MEM_OPTS="-Xms1g -Xmx15g -XX:MaxPermSize=1536m"
>
> Can some one help where could be the problem? Which threads are consuming
> memory. How can i get rid out of this issue.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to