Sidebar
0 votes
408 views
by rich-c-2789 (17.6k 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.

 

by rich-c-2789 (17.6k points)
...