From a59a5f386a96f6b208acea78ab8233cb88180ce7 Mon Sep 17 00:00:00 2001 From: Lucas Galfasó Date: Thu, 9 May 2013 19:35:51 -0300 Subject: fix(grunt): Give java 2g of memory Give the java build process 2g of memory --- lib/grunt/utils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/grunt/utils.js') diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 86f16303..9d42ce3b 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -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 ' + -- cgit v1.2.3