Skip to content

fix: Increase memory limit for Node.js in Docker containers to handle… - #132

Merged
NishaSharma14 merged 2 commits into
developmentfrom
issue-#131
Aug 13, 2026
Merged

fix: Increase memory limit for Node.js in Docker containers to handle…#132
NishaSharma14 merged 2 commits into
developmentfrom
issue-#131

Conversation

@NishaSharma14

Copy link
Copy Markdown
Contributor

… large 2D spectra

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the nmr-cli Docker image runtime settings so Node.js can process large 2D spectra without hitting V8’s default old-space heap cap.

Changes:

  • Sets NODE_OPTIONS in the nmr-cli Dockerfile to increase --max-old-space-size (12 GB).
  • Adds an inline comment explaining why the heap limit is being raised.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread app/scripts/nmr-cli/Dockerfile Outdated
@NishaSharma14
NishaSharma14 merged commit 5fd0705 into development Aug 13, 2026
1 check passed
NishaSharma14 added a commit that referenced this pull request Aug 13, 2026
* build: update prod build workflow to build image with release tag (#129)

* build: update prod build workflow to create and push docker image with release tag

* fix: Increase memory limit for Node.js in Docker containers to handle… (#132)

* fix: Increase memory limit for Node.js in Docker containers to handle large 2D spectra

* max-old-space-size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants