Open datho7561 opened 1 year ago
There are many cases where we don't dispose of file watchers properly. This is one step we could take to avoid this problem, since on Linux file watchers count as opened files.
esbuild
appears to be using an ever-increasing amount of RAM while running on Windows. Maybe this is related. I should take a look at the esbuild
watch script that I wrote as well as a part of this investigation.
While trying to develop a test for Component Command execution I'm still running into
too many files open
error. And I found that actually the problem happens a long before the actual test is executed, see the log output ofnpm test
:Originally posted by @vrubezhny in https://github.com/redhat-developer/vscode-openshift-tools/issues/2811#issuecomment-1691597323