Commit 98115f18 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Добавил в Xms2048m для запуска с опциями (падало outOfMemoryError)

parent 37b74916
......@@ -187,6 +187,9 @@ module.exports = function(grunt) {
sdkOpt['variable_renaming_report'] = packageFile['compile']['sdk']['log'] + '/variable.map';
sdkOpt['property_renaming_report'] = packageFile['compile']['sdk']['log'] + '/property.map';
}
var cc = require('google-closure-compiler').compiler;
cc.prototype.spawnOptions = {env: {'JAVA_OPTS': '-Xms2048m'}};
grunt.initConfig({
pkg: grunt.file.readJSON(defaultConfig),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment