-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
@sveltejs/adapter-node@1.2.3 make memory leak #9512
Comments
Yes, it's still PS why do we merge such libs into the adaptor package if we have undici as a separate package? |
Made a PR to revert this: #9591 Another way to workaround this for now is to use npm: "overrides": {
"undici": "5.20.0"
} pnpm: "pnpm": {
"overrides": {
"undici": "5.20.0"
}
} |
Seems like the developer is bussy now nodejs/undici#2025 probably, we need to drill down to V8/Node C++ code to explain why this leak happens. |
no, it's not working because undici merged into shims.js from |
I don't understand what you mean by undici merging into it? It's derived from this file, which is a dependency before you bundle your app. |
@bluwy no, it's bundling during
|
Describe the bug
Basically, every 5min, I have an extra 100mb to the process. Originally I thought about
undici
lib same as last time #8239 but seems like now times it's something new.Reproduction
I have a load on the production server for the node project. If it's will not an obvious reason I will try to make a reproduction.
But seems like will be simpler to bisect changes.
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: