Home
Analytics
Birt Out of Memory Problem
ramyaarthi
I'm getting "java.lang.OutOfMemoryError: PermGen space".Previewing the report in eclipse is fine. It's when I
try to access the report on my server that has problem. I tried to increase the memory size in eclipse.ini as
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
768M
-framework
pluginsorg.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx512m
but still i am getting the same error
i am using eclipse version 3.4.2 and birt version 2.3.2 and jboss 4.2.
Can anybody tell if there is any configuration which needs to be changed to get rid of this error.
thanks.
Find more posts tagged with
Comments
ganesh1984
Hi ramyaarthi,
You may need to increase the memory of JVM not eclipse. Check it out in google regarding JBoss Meory Management. try to remove other projects and redeploy your Birt.
regards,
ganesh
ramyaarthi
when i changed the jboss lauch runtime properties for VM arguments to
-Xms512m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=1028m
it started working
Thank you