-
Notifications
You must be signed in to change notification settings - Fork 196
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
investigate slow DTS build #2418
Comments
cc @tash-2s in case you have some input/guidance |
Some context: To reproduce the error:
We don't need I believe most TypeScript packages should have So, here's a possible way to avoid the memory issue for now:
I've also noticed that the tsup command is unusually slow in store-sync. It seems Regarding the So, another potential workaround could be to use |
Also, another point about "slow DTS build" is that if the tsc runs slowly, the DTS build tends to be slow as well. For the JS build, we use esbuild internally, which just strips TS types, so it's fast. |
currently store-sync is eating up ram and causing oom issues in some enviroments
The text was updated successfully, but these errors were encountered: