[
https://jira.jboss.org/jira/browse/JBESB-2254?page=com.atlassian.jira.plu...
]
Daniel Bevenius commented on JBESB-2254:
----------------------------------------
I've been looking into this and found the following:
ESB startup(4.4.GA binary):
With esb : 57.7 MB
ESB startup(trunk):
With esb : 64.8 MB
Without esb-console.war : 54.8 MB
The default MaxPermSize will be 64 MB, but is actually registered as a 65 MB in
JProfiler.
The embedded console seems to be pushing us over the top here by adding about 10 MB to the
method area. This would indicate that there is not much room to play with here for
servcies.
The embedded console has the following notes that TomC
mentioned(http://anonsvn.jboss.org/repos/embjopr/trunk/BUILD.txt):
4) Increase your JVM memory settings in run.sh/conf/bat to at least the following
(via the JAVA_OPTS environment variable):
-Xms200M -Xmx200M -XX:PermSize=200M -XX:MaxPermSize=200M
So, it looks to me like we will need to increase the MaxPermSize, it might not need to be
200MB but we should try setting it to that and deploying all our quickstart and then note
the size of the method area.
PermGen when running some of the quickstarts
--------------------------------------------
Key: JBESB-2254
URL:
https://jira.jboss.org/jira/browse/JBESB-2254
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Configuration, Process flow
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Priority: Critical
Fix For: 4.5
When running the following quickstarts I'm getting 'java.lang.OutOfMemoryError:
PermGenSpace':
messagefilter
business_rules_service
business_ruleservice_stateful
This sounds similar to this jira:
https://jira.jboss.org/jira/browse/SOA-74;jsessionid=20E22A84362612657DB6...
Modifying the memory settings as describe by the above jira seems to get rid of this
issue.
Will check with Kev when he gets back about this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira