How to increase jvm heap space on studio 6?

How does one change the jvm settings for the studio version 6?

I tried changing the ini file but I still get heap space errors running a report in preview mode.

tparry's picture
2
Joined: Feb 3 2015 - 10:12am
Last seen: 8 years 2 months ago

3 Answers:

I'm using Studio 5 (not 6) on OS X. The file is located in the following path:

/Applications/Jaspersoft Studio 5.6.0.final/Jaspersoft Studio.app/Contents/MacOS/Jaspersoft Studio.ini

Be sure to make a backup copy of the file, then change -Xms and -Xmx lines to the following (assuming you have enough RAM on-board):

-Xms1024m

-Xmx40964m

Restart Studio and you should hopefully have enough resources allocated to the JVM.

 

groxli's picture
344
Joined: Jan 11 2014 - 12:29am
Last seen: 8 months 4 weeks ago

Modify "Jaspersoft Studio.ini" file.

hozawa's picture
177185
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago

AS I said I did change the ini file but it seemed not to change anything.

tparry - 8 years 3 months ago

If you're using a more current version, e.g. 6.3.0 you'll find it in a slightly different location in the Application package.


/Applications/TIBCO Jaspersoft Studio 6.3.0.final Pro.app/Contents/Eclipse/Jaspersoft Studio Professional.ini

The first part (e.g. /Applications/TIBCO Jaspersoft Studio 6.3.0.final Pro.app/) is where your Studio Application is located. The rest can be found by right-clicking the application and showing the package contents. (Usually the second entry in the context menu.)

philip.moston's picture
Joined: May 21 2014 - 2:23pm
Last seen: 2 years 8 months ago
Feedback
randomness