I'm trying to run grails 2.0.0 on Solaris. When I try to run it I get:"Error occurred during initialization of VMCould not reserve enough space for object heap"On Linux I do not get this error. Any tips?/mangoMan
I got help in #grails on IRC (Freenode):export GRAILS_OPTS="-Xms256M -Xmx1024M -XX:MaxPermSize=256M"This solved my problem./mangoManPS: I also read that some folks had the same problem on Win7 and I think this works also for them.
I'm trying to run grails 2.0.0 on Solaris. When I try to run it I get:
ReplyDelete"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
I got help in #grails on IRC (Freenode):
ReplyDeleteexport 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.