Skip to content

Commit

Permalink
Merge pull request #140 from eea/develop
Browse files Browse the repository at this point in the history
fix: set max_old_space_size to 8G
  • Loading branch information
avoinea authored Jan 19, 2024
2 parents b4b4596 + e977f79 commit d865b65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Release @eeacms/volto-datablocks@6.3.1 [EEA Jenkins - [`3f85b22`](https://github.com/eea/eea-website-frontend/commit/3f85b228367f09b9e3fac9372b3c3936d0b9a358)]
- Release @eeacms/volto-embed@9.0.6 [EEA Jenkins - [`78eaa44`](https://github.com/eea/eea-website-frontend/commit/78eaa445a12a5f4ed06b003a631cd392032ac32b)]

#### :bug: Bug Fixes

- fix: set max_old_space_size to 8G [Alin Voinea - [`f9790eb`](https://github.com/eea/eea-website-frontend/commit/f9790eb1002c3c73101349476d977f8b15bdd8e5)]

#### :hammer_and_wrench: Others

- Release 1.24.0 [Alin Voinea - [`9dff1a6`](https://github.com/eea/eea-website-frontend/commit/9dff1a6aaf3b915c090f777affd0f8c54ca64871)]
- Update @plone/volto version to 16.30.1 [David Ichim - [`beea4b2`](https://github.com/eea/eea-website-frontend/commit/beea4b2edecf2cde0ec8555a78c828304619d533)]
- Update @plone/volto version to 16.30.0 [David Ichim - [`6e04686`](https://github.com/eea/eea-website-frontend/commit/6e04686b4ad15adc1c18fa640e7d37d7fa973312)]
### [1.24.1-beta.5](https://github.com/eea/eea-website-frontend/compare/1.24.1-beta.4...1.24.1-beta.5) - 17 January 2024
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ RUN runDeps="openssl ca-certificates patch gosu git make tmux locales-all" \
&& corepack enable

USER node

ARG MAX_OLD_SPACE_SIZE=8192
ENV NODE_OPTIONS=--max_old_space_size=$MAX_OLD_SPACE_SIZE

RUN yarn \
&& yarn build \
&& rm -rf /home/node/.cache \
Expand Down

0 comments on commit d865b65

Please sign in to comment.