Jboss Memory out of error when generating BIRT Reports
Gihan Pandigamage
Ranch Hand
Joined: Aug 23, 2009
Posts: 57
posted
0
Hi guys,
I have a big issue with my project. when I launch it on my local machine all BIRT reports and ohter functionalities of my project works fine. but when I deployed it to Jboss server (.ear) for normal operations works fine. when generating a report jboss gives out of memory error. this happens when i generate small report even. after that i should restart the jboss server. PLEASE HELP ME............. the error as follows.
If you are not running as a service, when JBoss AS starts it prints out the JAVA_OPTS settings, post that.
Gihan Pandigamage
Ranch Hand
Joined: Aug 23, 2009
Posts: 57
posted
0
Thank guys it was fixed.
This is the way I fix it.
cut the "set JAVA_OPTS=-Xrs" option from jboss-5.1.0.GA\bin\service.bat file and paste it to jboss-5.1.0.GA\bin\run.config.bat before the "set JAVA_OPTS=-Xms128M -Xmx512M -XX:MaxPermSize=1024M" line
now the run.config.bat file looks like this.