Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a59a5f3

Browse files
lgalfasopetebacondarwin
authored andcommitted
fix(grunt): Give java 2g of memory
Give the java build process 2g of memory
1 parent b3d7a03 commit a59a5f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/grunt/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ module.exports = {
141141
shell.exec(
142142
'java ' +
143143
this.java32flags() + ' ' +
144+
'-Xmx2g ' +
144145
'-classpath ./components/closure-compiler/compiler.jar' + classPathSep +
145146
'./components/ng-closure-runner/ngcompiler.jar ' +
146147
'org.angularjs.closurerunner.NgClosureRunner ' +

0 commit comments

Comments
 (0)