fix(grunt): Give java 2g of memory

Give the java build process 2g of memory
This commit is contained in:
Lucas Galfasó 2013-05-09 19:35:51 -03:00 committed by Pete Bacon Darwin
parent b3d7a038d7
commit a59a5f386a

View file

@ -141,6 +141,7 @@ module.exports = {
shell.exec(
'java ' +
this.java32flags() + ' ' +
'-Xmx2g ' +
'-classpath ./components/closure-compiler/compiler.jar' + classPathSep +
'./components/ng-closure-runner/ngcompiler.jar ' +
'org.angularjs.closurerunner.NgClosureRunner ' +