Closed FrozenPandaz closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
nx-dev | ✅ Ready (Inspect) | Visit Preview | Nov 13, 2024 2:26pm |
CI is running/has finished running commands for commit 1b9e486c6f6f16f0d665f3a527f02036f324de0a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.
Current Behavior
Running
nx-dev:build-base
takes a lot of memory and particularly if it is run aftertest
tasks, it will cause agents to run out of memory.Expected Behavior
I don't have a fix for the task taking up a lot of memory... but I do have a fix which will alleviate the issue. I've split up
test
tasks andnx-dev:build-base
to run on different agents.We should still look into how to make this task not take up so much memory. What I've learned is that prerendering pages for
nx-dev
has a memory leak so we should investigate what during prerendering a page is not cleaned up properly.Related Issue(s)
Fixes #