0

I was create a grails(2.1) application and deploy it on tomcat server. But I am getting Perm Gem space error.

I have some idea to ignore this error by setting JAVA_OPTS. But I didn't have any rights to access Tomcat/bin directory.

So, anybody have idea for ignore this error without accessing Tomcat/bin directory

Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
Chirag Dasani
  • 1,205
  • 2
  • 10
  • 11

1 Answers1

0

You can disable grails auto-recompile feature, if it is not important.

$ grails -Ddisable.auto.recompile=true run-app
prayagupa
  • 30,204
  • 14
  • 155
  • 192