-
Notifications
You must be signed in to change notification settings - Fork 336
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
high ram/memory usage #782
Comments
I was just about to open an issue. The extension consistently runs out of memory and crashes.
|
@BO41 can you provide me with a GitHub repository I can clone that demos this. I think this is at the end a TSLint plugin issue which hangs onto the memory. So it depends on the workspace. |
I can try to make a minimal viable repo to reproduce. |
I will move it after I investigate the repro. I want to be sure it is them :-) |
I can't share the repo I am having the problem with. But I tried to open the project in vim (+ eslint integration) and the same thing happened. So it is not a problem of vscode-eslint 😉 @dbaeumer thanks for the help |
I am pretty sure it is I will close the issue. |
@mustafa-cosar I think your problem got fixed in typescript-eslint/typescript-eslint#1107 with the new 2.5.0 of typescript-eslint |
Issue got mostly resolved duo to an update of typescript-eslint to version 2.5.0 (just released) which drops the ram usage to about ~1GiB 🎉 and also fixes some other bugs 🎉 🎉 |
Thanks for the heads-up |
Bug
Linux x64 5.3.6-1-MANJARO
The Ram usage of eslint is very high (~2,4GiB).
Is this normal for this many rules and plugins?
Is this a eslint or a typescript-eslint problem?
eslintrc.json
The text was updated successfully, but these errors were encountered: