mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 02:10:24 +00:00
fix(grunt): Give java 2g of memory
Give the java build process 2g of memory
This commit is contained in:
parent
b3d7a038d7
commit
a59a5f386a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue