I am using jetty6.1.26, and I deploy an web application at webapps folder directly. Because my application have lot of jars, so when jetty startup
java.lang.OutOfMemoryError: PermGen space
I am also using tomcat6, and just put the blew line at the first line of catline.sh ,that will be ok.
JAVA_OPTS="$JAVA_OPTS -server -XX:PermSize=64M -XX:MaxPermSize=1024m"
now, how can I setting up java opts in jetty? Thanks in advance.
Ps: I modified jetty-service.conf, and update wrapper.java.maxmemory=1024 it still not working. Anyone who has good ideas ,thanks