loic911 / Rest-api-doc

MIT License
21 stars 32 forks source link

java.lang.OutOfMemoryError: PermGen space When i execute rest-api doc #65

Closed bocaralpha closed 8 years ago

bocaralpha commented 8 years ago

Hii everyone..

When i execute rest-api-doc after installing these 2 plugins:

":rest-api-doc:0.6" runtime ":resources:1.2.14"

I got a java.lang.OutOfMemoryError

Good to know: I'm using Grails 2.4.3 and JDK 1.7 in my ggts.ini my MaxPermSize is set to => -XX:MaxPermSize=1024m

Please help to fix this error i'm desperate..

loic911 commented 8 years ago

Hi,

What's yout java XMX parameter value? Try to increasing it with: -Xmx=

bocaralpha commented 8 years ago

Finally i found the solution,

i have set this value -XX:MaxPermSize=1024M to my default JVM args located in Preference/Groovy/Grails/Grails Launch

This issue may be closed