Skip to main content



      Home
Home » Archived » BIRT » memory leak?
memory leak? [message #159131] Mon, 08 May 2006 13:18 Go to next message
Eclipse UserFriend
Originally posted by: yhuynh.elementalsecurity.com

My Eclipse keeps running out of memory. Even though i've set it up to
have -xmx1024 and -ms1024. It happens when i use the designer a lot.
Anyone else have this same problem?
Re: memory leak? [message #159295 is a reply to message #159131] Tue, 09 May 2006 03:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavlov.clockbs.com

On Mon, 08 May 2006 10:18:04 -0700, yem huynh wrote:

> My Eclipse keeps running out of memory. Even though i've set it up to
> have -xmx1024 and -ms1024. It happens when i use the designer a lot.
> Anyone else have this same problem?

Me too. I am using scripted datasets connected to Java classes which are
using Hibernate. OutOfMemory occurs after a couple of executions. Only
HTML preview is used, no charts are involved.
Eclipse 3.1.1, BIRT 2.0.1

Any suggestion hot to avoid this, or how to precise the problem.
Re: memory leak? [message #162732 is a reply to message #159295] Thu, 18 May 2006 20:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wohlgemuth.ucdavis.edu

same problem here, just when i start the designer it crahs or is insane
slow. Without the designer eclipse works well.

machine:

4 GB Ram
1 x 2.8 GHz xeon

eclipse: heap size set to 1000MB
Re: memory leak? [message #162871 is a reply to message #159295] Fri, 19 May 2006 08:05 Go to previous messageGo to next message
Eclipse UserFriend
Same problem for me.
using BIRT2.1RC2 to generate PDF reports using POJOs as datasource
(lots of java-object related datasets).
The 'Out of memory' occurs after generation of 3 or 4 reports, using
the same rptdesign. The size of the rptdesign files we use is about
800K, so I first thought it had something to do with loading a new
rptdesign, but error also happens if using only one rptdesign.

In BIRT 1.0, there was a memory leak using Javascript objects, but
that class (org.eclipse.birt.data.engine.script.ScriptUtil) doesn't
seem to be used any more in BIRT 2.1.

I use the 'old' way to generate the report:
- create new engine,
- report = engine.openReportDesign()
- engine.createRunAndRenderTask(report).

I think one of these methods is 'deprecated', so I guess BIRT 2.1 uses
another logic. Maybe that's a track for research about this memory
leak...? How do you open the report? Do you do it the same way? Did
you hear about another 'not deprecated' method?

Thanks (I'll keep you informed if we find something),
Frédéric


>> My Eclipse keeps running out of memory. Even though i've set it up to
>> have -xmx1024 and -ms1024. It happens when i use the designer a lot.
>> Anyone else have this same problem?
>
>Me too. I am using scripted datasets connected to Java classes which are
>using Hibernate. OutOfMemory occurs after a couple of executions. Only
>HTML preview is used, no charts are involved.
>Eclipse 3.1.1, BIRT 2.0.1
>
>Any suggestion hot to avoid this, or how to precise the problem.
Re: memory leak? [message #169344 is a reply to message #159131] Mon, 12 June 2006 14:50 Go to previous messageGo to next message
Eclipse UserFriend
yem huynh wrote:
> My Eclipse keeps running out of memory. Even though i've set it up to
> have -xmx1024 and -ms1024. It happens when i use the designer a lot.
> Anyone else have this same problem?

Yeah, and it only occurs in RC4 when running the Report Designer. I try
to use v2.0 whenever possible but there are so many additional features
in v2.1 that I must live with restarting Eclipse once an hour to
accommodate this problem.
Re: memory leak? [message #169581 is a reply to message #169344] Tue, 13 June 2006 03:57 Go to previous messageGo to next message
Eclipse UserFriend
This is a multi-part message in MIME format.
--------------050309070503010304020003
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

+2
we also keep getting OOM here... is there an bugzilla entry for this issue?

George Handin wrote:
> yem huynh wrote:
>
>> My Eclipse keeps running out of memory. Even though i've set it up to
>> have -xmx1024 and -ms1024. It happens when i use the designer a lot.
>> Anyone else have this same problem?
>
>
> Yeah, and it only occurs in RC4 when running the Report Designer. I try
> to use v2.0 whenever possible but there are so many additional features
> in v2.1 that I must live with restarting Eclipse once an hour to
> accommodate this problem.


--------------050309070503010304020003
Content-Type: text/x-vcard; charset=utf-8;
name="Florian.Georg.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="Florian.Georg.vcf"

begin:vcard
fn:Florian Georg
n:Georg;Florian
org:Innovations Softwaretechnologie GmbH;Product Development
adr:;;Ziegelei 7;Immenstaad;;88090;Germany
email;internet:Florian.Georg@innovations.de
title:Developer
tel;work:+49-7545-202-512
url:http://www.innovations.de
version:2.1
end:vcard


--------------050309070503010304020003--
Re: memory leak? [message #169640 is a reply to message #169581] Tue, 13 June 2006 07:54 Go to previous messageGo to next message
Eclipse UserFriend
Hope it is a typo below .. I guess it should be -Xmx1024M instead of
-xmx1024.

Ravi.

Florian Georg wrote:

> +2
> we also keep getting OOM here... is there an bugzilla entry for this issue?

> George Handin wrote:
>> yem huynh wrote:
>>
>>> My Eclipse keeps running out of memory. Even though i've set it up to
>>> have -xmx1024 and -ms1024. It happens when i use the designer a lot.
>>> Anyone else have this same problem?
>>
>>
>> Yeah, and it only occurs in RC4 when running the Report Designer. I try
>> to use v2.0 whenever possible but there are so many additional features
>> in v2.1 that I must live with restarting Eclipse once an hour to
>> accommodate this problem.
Re: memory leak? [message #169729 is a reply to message #169581] Tue, 13 June 2006 11:25 Go to previous message
Eclipse UserFriend
Yes, https://bugs.eclipse.org/bugs/show_bug.cgi?id=146653


Florian Georg wrote:
> +2
> we also keep getting OOM here... is there an bugzilla entry for this issue?
>
> George Handin wrote:
>> yem huynh wrote:
>>
>>> My Eclipse keeps running out of memory. Even though i've set it up
>>> to have -xmx1024 and -ms1024. It happens when i use the designer a
>>> lot. Anyone else have this same problem?
>>
>>
>> Yeah, and it only occurs in RC4 when running the Report Designer. I
>> try to use v2.0 whenever possible but there are so many additional
>> features in v2.1 that I must live with restarting Eclipse once an hour
>> to accommodate this problem.
>
Previous Topic:Re-posting of earlier message - Running BIRT with Tomcat 5.5.17 using a security manager
Next Topic:BIRT needs debugging with Microsoft script debugger?
Goto Forum:
  


Current Time: Tue Sep 16 11:11:45 EDT 2025

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

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

Back to the top