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

Esbuild Memory Hog #8

Closed
a-tarek opened this issue Nov 7, 2022 · 3 comments
Closed

Esbuild Memory Hog #8

a-tarek opened this issue Nov 7, 2022 · 3 comments

Comments

@a-tarek
Copy link

a-tarek commented Nov 7, 2022

Not sure where the problem would be
Developing on a react app with typescript and lazy imports
Memory starts leaking after opening multiple files / saves / sort imports / etc ..
It starts out incremental on each save and then it start eating memory by itself as if it is stuck in a loop

image

@ambar
Copy link
Owner

ambar commented Apr 19, 2023

Sorry for the late reply, since I can't reproduce the problem, my suggestion is to reinstall/upgrade to the latest version (which will trigger an update to esbuild, maybe it solves the problem).

@ambar
Copy link
Owner

ambar commented Dec 23, 2023

The latest v1.6.0 has changed to a lazy async generator API, and now parallel bundling are limited to one, which should result in better performance. If you still have problems, please reopen it.

@ambar ambar closed this as completed Dec 23, 2023
@ambar
Copy link
Owner

ambar commented May 24, 2024

#19

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

2 participants