Jump to content
Changes to the Jaspersoft community edition download ×

Permgen Space


jmiguel77_1

Recommended Posts

I am trying to create a really simple report. So far, i just placed a static text, and then i am trying to create a dynamic text

But when i add the dynamic text, the jaspersoft studio gives me a PermGen Space error

I am using Fedora 19 64bits with 1.7.x Oracle JDK; i have increased the memory usage in the ini file:

-Xms512m
-Xmx1024m
-XX:PermSize=1024M
-XX:MaxPermSize=1024M
 
But the studio crashes just with this simple thing.
Any fix ?
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi,
there is no need for that kind of settings. I suppose you have installed Jaspersoft Studio standalone application, right?
The standard settings out of the box are: 

-Xms128m
-Xmx1024m
-XX:PermSize=128M
-XX:MaxPermSize=256M
-XX:+CMSClassUnloadingEnabled
-XX:+UseConcMarkSweepGC

and they should be fine for most of the use cases. However since what you are trying to do is a very simple report as far as I understood, the problem could be something different. Try to remove the setting that specify the usage of the bundled JRE. In this way your installed JDK will be used. 
It's something like that: 
-vm 
features/jre.linux.gtk.x86_64.feature_1.7.0.u25/jre/bin

Regards,
Massimo.

P.S: As Hozawa said, please specify the version of JSS you are using and if it is the plugin or product one.

Link to comment
Share on other sites

Hi, thanks for the response;

I am using a Text  component; i said that i have two texts in the report: one static, one dynamic;

I am using jaspersoft studio 5.5.1 final standalone version

Massimo, i have already done that. Tried with oracle jdk 1.7 / 1.6; but the same error ocurrs all the time

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...