Hi Stefan I think that tuning should be considered for one application, not for "production" or "development".
First, you need to check how your JVM is working with its memory parameters. You can either learn its behaviour by checking the logs ( add this to the setenv : -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -verbose:gc ) or with the jstat command (example for 60 seconds checking jstat -gcutil -h 60 31220 60s 60) With that you know if it is garbaging often, and on which part of the JVM. You can send us your results, I suppose we not have the same ideas here on the mailing list. Second, it is needed to know your application well. For example, does it cache objects ? Or does it only calculates data and send it to the client ? regards A.T. 2016-05-06 14:11 GMT+02:00 Stefan Frei <stefan.a.f...@gmail.com>: > Tomcat 8.0.33 > Debain jessie > java 8 > > Hello > > i cannot find any resources how to set configure the setenv.sh for a > production environment. > > Does somebody have some tips? > > Best regards > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >