grails-profiles / base

2 stars 12 forks source link

Define default GroovyOptions for better performance #35

Closed puneetbehl closed 4 years ago

puneetbehl commented 4 years ago

Recently, some users have reported that their application has been stuck in the GroovyCompile task. It looks like that was due to default lower jvmArgs setting i.e. 512M. We have updated the base profile to configure minimum -Xmx1024M and one can configure it to a lower value based on their application.