Skip to content

Commit 51e3290

Browse files
committed
changed -Xmx2g to -Xmx512m when invoking JVM to run minall task. See angular#4595
1 parent d07101d commit 51e3290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grunt/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ module.exports = {
378378
shell.exec(
379379
'java ' +
380380
this.java32flags() + ' ' +
381-
'-Xmx2g ' +
381+
'-Xmx512m ' +
382382
'-cp bower_components/closure-compiler/compiler.jar' + classPathSep +
383383
'bower_components/ng-closure-runner/ngcompiler.jar ' +
384384
'org.angularjs.closurerunner.NgClosureRunner ' +

0 commit comments

Comments
 (0)