You can get the details in startGrails.bat
in
GRAILS_HOME/bin/
The default value for GRAILS_OPTS
(if not specified by the user) looks like
GRAILS_OPTS=-server -Xmx768M -Xms64M -XX:PermSize=32m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8
which receives an excess based on the command used. In the case of run-app
I think that the default value is used, unless otherwise specified by the user as an environment variable.
source share