enlarge node mem limit

This commit is contained in:
Boshi Lian
2017-11-16 22:01:27 +08:00
parent a8199ea1d4
commit d722bd1688

View File

@@ -29,8 +29,10 @@
TODO: Containerize this.
-->
<configuration>
<executable>autorest</executable>
<executable>node</executable>
<arguments>
<argument>--max-old-space-size=8192</argument> <!-- fix oom -->
<argument>/usr/bin/autorest</argument>
<argument>--input-file=${generator.spec.path}</argument>
<argument>--csharp</argument>
<argument>--namespace=${generator.package.name}</argument>