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

Commit

Permalink
fix(grunt): Give java 2g of memory
Browse files Browse the repository at this point in the history
Give the java build process 2g of memory
  • Loading branch information
lgalfaso authored and petebacondarwin committed Jul 3, 2013
1 parent b3d7a03 commit a59a5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/grunt/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down

0 comments on commit a59a5f3

Please sign in to comment.