Changing new Tomcat settings from the defaults in STS Eclipse
Posted
by
Ribeye
on Stack Overflow
See other posts from Stack Overflow
or by Ribeye
Published on 2012-09-19T07:39:47Z
Indexed on
2012/09/19
9:38 UTC
Read the original article
Hit count: 240
I find myself continually having to delete my Tomcat 7 server in STS Eclipse and re-installing.
Each time I have to then:
a) increase start up time from 45 sec and
b) increase Tomcat memory by adding something like this on the "VM Arguments" under the "Arguments" tab: "-XX:MaxPermSize=512m -XX:PermSize=512m -Xms256m -Xmx1024m -XX:-UseGCOverheadLimit"
How do you change defaults for a) and b)? Google has plenty of info on changing these one time, but I want to change the defaults for a "new", and on this the search is coming up a blank.
Thanks
© Stack Overflow or respective owner