Skip to content

Conversation

aadarshkt
Copy link
Contributor

@aadarshkt aadarshkt commented Sep 6, 2025

Description

Gui build was failing mulitple times when installing dependencies due out of memory problem. Increased max heap memory size.

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-general-review or @continue-detailed-review

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screen recording or screenshot

[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]

Tests

[ What tests were added or updated to ensure the changes work as expected? ]


Summary by cubic

Fixes GUI build failures caused by Node running out of memory by increasing the heap size to 4GB for the build step.

The install-dependencies.sh script now runs npm run build with NODE_OPTIONS="--max-old-space-size=4096". Also added a sample image in manual-testing-sandbox for manual testing (no code impact).

@aadarshkt aadarshkt marked this pull request as ready for review September 6, 2025 05:23
@aadarshkt aadarshkt requested a review from a team as a code owner September 6, 2025 05:23
@aadarshkt aadarshkt requested review from tingwai and removed request for a team September 6, 2025 05:23
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 6, 2025
Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

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

@aadarshkt can you remove the image that was added to manual-testing-sandbox

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Sep 8, 2025
@aadarshkt
Copy link
Contributor Author

removed image.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 11, 2025
@RomneyDa RomneyDa merged commit 5512dd6 into continuedev:main Sep 11, 2025
80 of 85 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Sep 11, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2025
@sestinj
Copy link
Contributor

sestinj commented Sep 11, 2025

🎉 This PR is included in version 1.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm This PR has been approved by a maintainer released size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants