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. TODO: Containerize this.
--> -->
<configuration> <configuration>
<executable>autorest</executable> <executable>node</executable>
<arguments> <arguments>
<argument>--max-old-space-size=8192</argument> <!-- fix oom -->
<argument>/usr/bin/autorest</argument>
<argument>--input-file=${generator.spec.path}</argument> <argument>--input-file=${generator.spec.path}</argument>
<argument>--csharp</argument> <argument>--csharp</argument>
<argument>--namespace=${generator.package.name}</argument> <argument>--namespace=${generator.package.name}</argument>