Sidebar

How to increase the perm gen space

0 votes
299 views
asked May 29, 2015 by rich-c-2789 (16,240 points)

1 Answer

0 votes

Change the following setting in the QIEService manager -> Startup tab -> Arguments

-XX:MaxPermSize=96m

Recommend only increasing it in small increments.  For example 24m at a time.  One way to reduce the about of perm gen space that is consumed is to limit the number of classes that are loaded.  If the perm gen is full consider review the usage of third party libraries.

 

answered May 29, 2015 by rich-c-2789 (16,240 points)
...