Skip to content

Commit

Permalink
configure JVM agent in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 2, 2011
1 parent 53e30b5 commit f7837a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/bash/startGrails
Expand Up @@ -234,7 +234,7 @@ startGrails() {
else
GRAILS_OPTS="-server -Xmx512M -XX:MaxPermSize=192m -Dfile.encoding=UTF-8"
fi
JAVA_OPTS="$GRAILS_OPTS $JAVA_OPTS"
JAVA_OPTS="$GRAILS_OPTS $JAVA_OPTS -javaagent:$GRAILS_HOME/bin/springloaded-0.7.1.jar -noverify -Dspringloaded=limit=false;plugins=com.springsource.loaded.SystemPropertyConfiguredIsReloadableTypePlugin"
# Start the Profiler or the JVM
if $useprofiler; then
runProfiler
Expand Down

0 comments on commit f7837a6

Please sign in to comment.