-
Notifications
You must be signed in to change notification settings - Fork 8
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
Heap out of memory after many hours #27
Comments
Do you feel like maybe this is related to this plugin? Looking at the output here I think it's hard to say what the source of the memory leak is. I would be inclined to think because the surface area of this plugin is relatively small compared to Vite and GraphQL Codegen (and this is just some glue between them) that it may be something to do with them. That said, if you have any more insight that might help provide a clue or hint at it being this plugin I'm open to investigate! |
I have no ideas how these memory issues are and they are normally not easy to investigate. I'm more on running vite with bun but as of today this oven-sh/bun#887 prevents it. will have to wait. |
### [3.4.1](v3.4.0...v3.4.1) (2024-12-01) ### Performance Improvements * load and cache matches on server start ([69c1d97](69c1d97)), closes [#32](#32) [#27](#27) * skip match cache refresh if file is generated ([c0737a7](c0737a7)) ### Tests * scope vite instances to spec directories ([90d771f](90d771f)) ### Miscellaneous Chores * **deps:** update deps ([43ed87b](43ed87b)) * **deps:** use vite 6 ([64c89c9](64c89c9)) * update dev deps ([2de28d2](2de28d2))
🎉 This issue has been resolved in version 3.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Running vite for many hours (within a workday) causes heap out of memory
The text was updated successfully, but these errors were encountered: