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

createWriteStream from node-graceful-fs causes a memory leak #248

Open
krystianfowler opened this issue May 24, 2024 · 0 comments
Open

createWriteStream from node-graceful-fs causes a memory leak #248

krystianfowler opened this issue May 24, 2024 · 0 comments

Comments

@krystianfowler
Copy link

Tested on node v20.9.0

Using createWriteStream from graceful-fs will causes a memory leak. This was found while using the node-fs-extra@11.2.0 package which calls node-graceful-fs directly.

Replacing the graceful-fs createWriteStream with the node native fs.createWriteStream solves the issue.

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

No branches or pull requests

1 participant