Java version 8
On Sat 22 Dec, 2018, 6:49 PM Leon Rosenberg <rosenberg.l...@gmail.com wrote: > You should provide at least Java version. > Out of the blue you should have at least 2Gb for the OS, so if your server > is having 16 Gb, your Xmx and MaxPermSize shouldn't be more then 14 G > TOGETHER. Of course this only applies to versions of java below 1.8, > because there is no permspace in modern jvms anymore (called metaspace now) > and in this case this setting doesn't do anything. Still, you should reduce > Xmx to 13 or less. > Leon > > On Sat, Dec 22, 2018 at 1:35 PM Dhaval Jaiswal <dhaval.jais...@via.com> > wrote: > > > 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 >