You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that workers keep hanging in the background even after all typescript files were loaded. I believe that wastes away a lot of RAM, as each worker initializes the typescript compiler.
The only reason we may want to keep workers around is the dynamic imports. Maybe use cold re-start of workers in such cases or just compile in the main thread, dunno...
The text was updated successfully, but these errors were encountered:
I just noticed that workers keep hanging in the background even after all typescript files were loaded. I believe that wastes away a lot of RAM, as each worker initializes the typescript compiler.
The only reason we may want to keep workers around is the dynamic imports. Maybe use cold re-start of workers in such cases or just compile in the main thread, dunno...
The text was updated successfully, but these errors were encountered: