Skip to content

Commit

Permalink
Merge pull request #2390 from planetf1/issue2388
Browse files Browse the repository at this point in the history
#2388 increase node heap to fix Windows UI build failure OOM
  • Loading branch information
planetf1 committed Jan 13, 2020
2 parents ac68988 + f98ec00 commit 3a225e1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<artifactId>ui-chassis-spring</artifactId>

<properties>
<node.version>v10.12.0</node.version>
<node.version>v12.14.1</node.version>
<node.downloadRoot>https://nodejs.org/dist/</node.downloadRoot>
<npm.version>6.4.1</npm.version>
<npm.version>6.13.4</npm.version>
<npm.downloadRoot>https://registry.npmjs.org/npm/-/</npm.downloadRoot>
</properties>

Expand Down Expand Up @@ -403,6 +403,9 @@
<argument>build</argument>
</arguments>
<workingDirectory>${basedir}/src/main/static</workingDirectory>
<environmentVariables>
<NODE_OPTIONS>--max_old_space_size=4096</NODE_OPTIONS>
</environmentVariables>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3a225e1

Please sign in to comment.