enlarge node mem limit
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user