Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Table grouping BIRT.- java heap space
Table grouping BIRT.- java heap space [message #879775] Thu, 31 May 2012 20:30 Go to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
First, sorry for my English.

I have a server with the following features.
- 64-bit Architecture
- Operating System Centos 6
- 20 Gb RAM
- Apache tomcat 6
-> CATALINA_OPTS = "-Xms4000M-Xmx8000M-XX: MaxPermSize = 512M"
- WebViewerExample 3.7.1

I run a report with 40 columns and 1000 rows.
This report has grouping, computed columns and summations.

After some runs the system returns "java heap space" and "java.lang.OutOfMemoryError: GC overhead limit exceeded"

What I can do?
Re: Table grouping BIRT.- java heap space [message #879799 is a reply to message #879775] Thu, 31 May 2012 21:26 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you open a bugzilla entry for this?

Jason

On 5/31/2012 4:30 PM, Alvaro Fuentes wrote:
> First, sorry for my English.
>
> I have a server with the following features.
> - 64-bit Architecture
> - Operating System Centos 6
> - 20 Gb RAM
> - Apache tomcat 6
> -> CATALINA_OPTS = "-Xms4000M-Xmx8000M-XX: MaxPermSize = 512M"
> - WebViewerExample 3.7.1
>
> I run a report with 40 columns and 1000 rows.
> This report has grouping, computed columns and summations.
>
> After some runs the system returns "java heap space" and
> "java.lang.OutOfMemoryError: GC overhead limit exceeded"
>
> What I can do?
Re: Table grouping BIRT.- java heap space [message #881744 is a reply to message #879775] Tue, 05 June 2012 07:28 Go to previous messageGo to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
I located two similar bugs:

- Bug 282492
- Bug 371814


I'm trying to set up the project in eclipse to debug it, but always I have over 1000 errors. Is there a guide recently?


Thank you!!!
Re: Table grouping BIRT.- java heap space [message #881779 is a reply to message #881744] Tue, 05 June 2012 08:36 Go to previous messageGo to next message
donino donino is currently offline donino doninoFriend
Messages: 183
Registered: July 2011
Senior Member
What is your jdk release? It is probably due to a too long Garbage Collector, not really a memory issue. You should try to reduce the JVM young generations heap, something like -Xmn1500M
Re: Table grouping BIRT.- java heap space [message #881997 is a reply to message #881779] Tue, 05 June 2012 15:52 Go to previous messageGo to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
A number of tests indicated below.


I'm willing to test you advise me

------------------------------------------------------------
TESTING.....

Prueba 1.1.
Ubuntu 11.10 64 bit.
Maquina virtual proporcionado por los repositorios de ubuntu (java 6)
Pentaho community 3.8 + plugins birt 2.6.2

Prueba 1.2.
Ubuntu 11.10 64 bit.
Maquina virtual proporcionado por los repositorios de ubuntu (java 6)
Apache tomcat proporcionado por los repositorios de ubuntu (tomcat 6)
Visor de Birt 2.6.2

Prueba 1.3.
Ubuntu 11.10 64 bit.
Maquina virtual proporcionado por los repositorios de ubuntu (java 6)
Apache tomcat proporcionado por los repositorios de ubuntu (tomcat 6)
Visor de Birt 3.7.2

Prueba 2.1.
Ubuntu 11.10 32 bit.
Maquina virtual proporcionado por los repositorios de ubuntu (java 6)
Pentaho community 3.8 + plugins birt 2.6.2

Prueba 2.2.
Ubuntu 11.10 32 bit.
Maquina virtual proporcionado por los repositorios de ubuntu (java 6)
Apache tomcat proporcionado por los repositorios de ubuntu (tomcat 6)
Visor de Birt 2.6.2

Prueba 2.3.
Ubuntu 11.10 32 bit.
Maquina virtual proporcionado por los repositorios de ubuntu (java 6)
Apache tomcat proporcionado por los repositorios de ubuntu (tomcat 6)
Visor de Birt 3.7.2

Prueba 3.1.
Amazon Linux (Centos 6) 64 bits.
Maquina virtual instalada pro defecto por Amazon (java 6)
Pentaho community 3.8 + plugins birt 2.6.2


Prueba 3.2.
Amazon Linux (Centos 6) 64 bits.
Maquina virtual instalada pro defecto por Amazon (java 6)
Apache tomcat descargada de la web oficial de apache (tomcat 6)
Visor de Birt 2.6.2


Prueba 3.3.
Amazon Linux (Centos 6) 64 bits.
Maquina virtual instalada pro defecto por Amazon (java 6)
Apache tomcat descargada de la web oficial de apache (tomcat 6)
Visor de Birt 3.7.1


Prueba 4.1.
Amazon Linux (Centos 6) 32 bits.
Maquina virtual instalada pro defecto por Amazon (java 6)
Pentaho community 3.8 + plugins birt 2.6.2


Prueba 4.2.
Amazon Linux (Centos 6) 32 bits.
Maquina virtual instalada pro defecto por Amazon (java 6)
Apache tomcat descargada de la web oficial de apache (tomcat 6)
Visor de Birt 2.6.2


Prueba 4.3.
Amazon Linux (Centos 6) 32 bits.
Maquina virtual instalada pro defecto por Amazon (java 6)
Apache tomcat descargada de la web oficial de apache (tomcat 6)
Visor de Birt 3.7.1

Prueba 5.1
- SO linux amazon 64 bit (basado en centos 6)
- máquina virtual de java 1.5.0.22
- Pentaho community 3.5 + plugin

Prueba 5.2
- SO linux amazon 64 bit (basado en centos 6)
- máquina virtual de java 1.5.0.22
- Apache tomcat 5.5.35
- Visor de birt 2.6.2

Prueba 5.3
- SO linux amazon 64 bit (basado en centos 6)
- máquina virtual de java 1.5.0.22
- Apache tomcat 5.5.35
- Visor de birt 3.7.2
Re: Table grouping BIRT.- java heap space [message #882003 is a reply to message #881997] Tue, 05 June 2012 15:56 Go to previous messageGo to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
What is "-Xmn.....?

Re: Table grouping BIRT.- java heap space [message #882039 is a reply to message #882003] Tue, 05 June 2012 17:20 Go to previous messageGo to next message
donino donino is currently offline donino doninoFriend
Messages: 183
Registered: July 2011
Senior Member
The -Xmn option controls the JVM young generation heap size. If you use a Java console or a JVM profiler, it relates to the 'Eden space' memory and the first 'Survivor space' level. I suspect it may be too large in your context, for reports wich create tons of small temporary java objects. And then the Garbage collector duration could exceed the default time allowed.

This is just a suggestion, please let me know if it helps.

Re: Table grouping BIRT.- java heap space [message #888399 is a reply to message #879775] Mon, 18 June 2012 04:42 Go to previous messageGo to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
(-Xmn) This was not a solution.

This report contains:
- 70 columns
- 1 group by 1 column
- Summations by group
- Total Sum

I can do?

-----

Please contact can privately?
Re: Table grouping BIRT.- java heap space [message #888422 is a reply to message #888399] Mon, 18 June 2012 05:24 Go to previous messageGo to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
Error identification:

The attached file shows the command "top".



I have identified that the reserved memory performance increases every report. BIRT is not releasing memory.

  • Attachment: memory.png
    (Size: 27.36KB, Downloaded 360 times)
Re: Table grouping BIRT.- java heap space [message #890108 is a reply to message #888422] Thu, 21 June 2012 07:14 Go to previous messageGo to next message
Alvaro Fuentes is currently offline Alvaro FuentesFriend
Messages: 8
Registered: May 2012
Junior Member
Can anyone help me?
Re: Table grouping BIRT.- java heap space [message #890305 is a reply to message #890108] Thu, 21 June 2012 20:22 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I doubt it matters but I set mine in JAVA_OPTS and I use
-XX:MaxPermSize=256m . Again I do not think it matters but I have no
space after -XX:

Can you add your issue to a comment on this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371814

Jason



On 6/21/2012 3:14 AM, Alvaro Fuentes wrote:
> Can anyone help me?
Previous Topic:Can BIRT template accept images from an XML datasource
Next Topic:Problem in executing the birt report from JFace
Goto Forum:
  


Current Time: Fri Mar 29 12:22:04 GMT 2024

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

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

Back to the top