Skip to main content



      Home
Home » Archived » BIRT » "Out of Memory" issue in BIRT 3.6.2 ("Out of Memory" issue in BIRT 3.6.2 )
"Out of Memory" issue in BIRT 3.6.2 [message #691561] Fri, 01 July 2011 14:05 Go to next message
Eclipse UserFriend
Hi,

I have some- 12 BIRT Reports.Which are having both static and dynamic data.
I am Frequently getting "Out of Memory" issue in BIRT 3.6.2.The report i am getting error is of 10 pages.

After cleaning the tomcat,there is no error but again accessing same report.Getting this error.

Could you please suggest,
How to optimise it to avoid this error ?
Is it due to a lot of plgins needed?

Thanks,

Atar Singh
Re: "Out of Memory" issue in BIRT 3.6.2 [message #691602 is a reply to message #691561] Fri, 01 July 2011 15:48 Go to previous messageGo to next message
Eclipse UserFriend
Are you setting:
-XX:MaxPermSize=256m

I put mine in the JAVA_OPTS line in the catalina.bat file.

Jason

On 7/1/2011 2:05 PM, Atar Singh wrote:
> Hi,
>
> I have some- 12 BIRT Reports.Which are having both static and dynamic data.
> I am Frequently getting "Out of Memory" issue in BIRT 3.6.2.The report i
> am getting error is of 10 pages.
>
> After cleaning the tomcat,there is no error but again accessing same
> report.Getting this error.
> Could you please suggest,
> How to optimise it to avoid this error ?
> Is it due to a lot of plgins needed?
> Thanks,
>
> Atar Singh
Re: "Out of Memory" issue in BIRT 3.6.2 [message #691799 is a reply to message #691602] Sat, 02 July 2011 07:14 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jason,

Thanks for your reply.

I found "JAVA_OPTS" in catalina.bat of Tomcat 6.0.26 in many places.

I set like below but still error encountered. Sad

set JAVA_OPTS = -XX:MaxPermSize=256m

Am i doing something wrong in setting ?
where excatly in catalina.bat file,i have to add this ?

I have attached "eclipse.ini" and "catalina.bat" for your review.I have removed above setting from the attached "catalina.bat".

Please help.

Regards,

Atar Singh



  • Attachment: catalina.bat
    (Size: 11.13KB, Downloaded 319 times)
  • Attachment: eclipse.ini
    (Size: 0.45KB, Downloaded 266 times)
Re: "Out of Memory" issue in BIRT 3.6.2 [message #692121 is a reply to message #691799] Sun, 03 July 2011 12:24 Go to previous messageGo to next message
Eclipse UserFriend
Can you try something like:

set JAVA_OPTS=%JAVA_OPTS% -XX:MaxPermSize=256m
right before the execjava commands? somewhere around like 262?

Why did yo post the eclipse.ini? That should not be in the runtime.


Jason

On 7/2/2011 7:14 AM, Atar Singh wrote:
> Hi Jason,
>
> Thanks for your reply.
>
> I found "JAVA_OPTS" in catalina.bat of Tomcat 6.0.26 in many places.
>
> I set like below but still error encountered. :(
>
> set JAVA_OPTS = -XX:MaxPermSize=256m
>
> Am i doing something wrong in setting ?
> where excatly in catalina.bat file,i have to add this ?
>
> I have attached "eclipse.ini" and "catalina.bat" for your review.I have removed above setting from the attached "catalina.bat".
>
> Please help.
>
> Regards,
>
> Atar Singh
>
>
>
>
Re: "Out of Memory" issue in BIRT 3.6.2 [message #694987 is a reply to message #692121] Sun, 10 July 2011 10:58 Go to previous message
Eclipse UserFriend
Thanks a lot,

It works, Smile

The reason for posting "eclipse.ini" was,to show you,is anything is missing there or no.

Thanks again,

Atar Singh

Previous Topic:JNDI setting ignored
Next Topic:how to avoid dispalying the report parameters in URL
Goto Forum:
  


Current Time: Wed Jul 23 06:16:32 EDT 2025

Powered by FUDForum. Page generated in 0.04363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top