diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 2c641e7bc273..4e6a566e49d6 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -172,7 +172,7 @@ module.exports = { shell.exec( 'java ' + this.java32flags() + ' ' + - '-Xmx2g ' + + '-Xmx512m ' + '-cp bower_components/closure-compiler/compiler.jar' + classPathSep + 'bower_components/ng-closure-runner/ngcompiler.jar ' + 'org.angularjs.closurerunner.NgClosureRunner ' +