Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.beta2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I've tried to run the deo setup adding following options to JAVA_OPTS in catalina.sh:
-server -Xms128m -Xmx512m -XX:NewSize=128m -XX:MaxNewSize=256m -XX:PermSize=256m -XX:MaxPermSize=512m
and it all felt more 'snappy'.
This change can easily be built into the build.xml of the demo setup.
Issue Links
| This issue relates to: | ||||
| ACT-65 | Investigate permgen error when using webapps |
|
|
|
Related to
ACT-65Also see distro/setup/build.xml target tomcat.install. There is already something for the permgen in there. Should be easy to add the other memory options. Might be interesting to make the whole JAVA_OPTS tomcat variable configurable with a setup build property and give it a good sensible default.
ACT-65Also see distro/setup/build.xml target tomcat.install. There is already something for the permgen in there. Should be easy to add the other memory options. Might be interesting to make the whole JAVA_OPTS tomcat variable configurable with a setup build property and give it a good sensible default.