Thursday, July 14, 2011

Real-time Grails Help

You may not know, but there is a very active #grails IRC channel on freenode. Come join us and discuss all things Grails. Stay awhile and help others, and learn a few new things too! Hope to see you there!

2 comments:

  1. I'm trying to run grails 2.0.0 on Solaris. When I try to run it I get:

    "Error occurred during initialization of VM
    Could not reserve enough space for object heap"

    On Linux I do not get this error. Any tips?

    /mangoMan

    ReplyDelete
  2. I got help in #grails on IRC (Freenode):

    export GRAILS_OPTS="-Xms256M -Xmx1024M -XX:MaxPermSize=256M"

    This solved my problem.

    /mangoMan

    PS: I also read that some folks had the same problem on Win7 and I think this works also for them.

    ReplyDelete