[
https://jira.jboss.org/jira/browse/JBESB-1956?page=com.atlassian.jira.plu...
]
Daniel Bevenius closed JBESB-1956.
----------------------------------
Resolution: Done
Committed to JBESB_4_4_GA_CP with revision 21910.
#diff run.bat_old run.bat_new
87c87
< set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
---
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx728m -XX:PermSize=256m
-XX:MaxPermSize=512m
> run.bat has lost its permgen setting
> ------------------------------------
>
> Key: JBESB-1956
> URL:
https://jira.jboss.org/jira/browse/JBESB-1956
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Configuration
> Affects Versions: 4.4
> Reporter: Burr Sutter
> Assignee: Daniel Bevenius
> Priority: Critical
> Fix For: 4.4 CP1
>
>
> The permgen setting for run.bat (on windows) has gone missing in the JBESB_4_4_GA_CP
branch. It has historically been set as follows:
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx728m -XX:PermSize=256m
-XX:MaxPermSize=512m
> The reason for this change is the vast amount of Hibernate
class generation/schema generation that is going on while deploying jBPM.
> It is also missing from trunk as well and appears to be due to a change in
product\install\jbossesb-server-base.zip which included a new run.bat which needs to be
tweaked.
--
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