Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Next.js to latest canary version #108

Merged
merged 1 commit into from
Aug 10, 2023
Merged

Conversation

ProchaLu
Copy link
Member

@ProchaLu ProchaLu commented Aug 10, 2023

Based on the comment from Tim Neutkens:

👋 I'm back with an update. Yesterday we landed vercel/next.js#53523 which removes on of the four processes, specifically one that would increase in memory usage under load, it would be garbage collected, but this just reduces memory usage overall. You can see the results on the description of vercel/next.js#53523. Please give it a try using npm install next@canary.

Important: in order to make that change I had to simplify the code a lot, which included removing the checks for experimental.appDir so setting it to false will no longer have an effect. I'm not expecting that to be a problem though as the idle process if you only have app (or only have pages) is only ~30-35MB. We're still working on removing that idle process too (running into some test failures).

This pull request updates the project to the latest canary version of Next.js v13.4.14-canary.1

@ProchaLu ProchaLu added the dependencies Pull requests that update a dependency file label Aug 10, 2023
@ProchaLu ProchaLu self-assigned this Aug 10, 2023
@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
next 13.4.12...13.4.14-canary.1 environment +0/-0 54.1 MB vercel-release-bot

@ProchaLu ProchaLu merged commit e7a7f60 into main Aug 10, 2023
5 checks passed
@ProchaLu ProchaLu deleted the update-next-canary branch August 10, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants