Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:05 Go to next message
Atar Singh is currently offline Atar SinghFriend
Messages: 3
Registered: July 2011
Junior Member
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 19:48 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 11:14 Go to previous messageGo to next message
Atar Singh is currently offline Atar SinghFriend
Messages: 3
Registered: July 2011
Junior Member
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 296 times)
  • Attachment: eclipse.ini
    (Size: 0.45KB, Downloaded 225 times)
Re: "Out of Memory" issue in BIRT 3.6.2 [message #692121 is a reply to message #691799] Sun, 03 July 2011 16:24 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 14:58 Go to previous message
Atar Singh is currently offline Atar SinghFriend
Messages: 3
Registered: July 2011
Junior Member
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: Thu Apr 25 16:34:30 GMT 2024

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

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

Back to the top