When I run the "grails run-app" from the command line for the Grails 3.0.1 web application, I always get the maximum heap size of 768M, which seems to be the default hard code in the Grails Gradle plugin.
Settings in JAVA_OPTS or GRAILS_OPTS are not respected.
How can I let the run-app use more heap of space? Is there something to install in application.yaml or build.gradle?
source share