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
PID:▲ User │ TTY CPU MEM CPU Time │ Command
67000 flxs │ 0.0 0.0 00:00:00 │ curl -sSL -D /tmp/plenary_curl_cb9c41a5.headers -X POST -H Content-Type: application/json -d @/tmp/lua_mjIzLH http://127.0.0.1:57808/exa.language_server_pb.LanguageServerServi>
67013 flxs │ 0.0 0.0 00:00:00 │ curl -sSL -D /tmp/plenary_curl_b69140fb.headers -X POST -H Content-Type: application/json -d @/tmp/lua_1l6eYT http://127.0.0.1:57808/exa.language_server_pb.LanguageServerServi>
as above: I use lazynvim's config to do rust programming, but after I open my project sometime, there are too many curl processes and my OS system was broken. Last time, I count that there are about 4000+ curl processes alive.
The text was updated successfully, but these errors were encountered:
plenary itself only provides a curl library, we dont actually use it. so might be a misuse of the library or we have a bug. can you share which plugins do you use. when you see this behavior
plenary itself only provides a curl library, we dont actually use it. so might be a misuse of the library or we have a bug. can you share which plugins do you use. when you see this behavior
I think it is caused by codeium.vim. Becase I found code of "exa.language_server_pb" in codeium's codebase
I guess everytime 'codeium.vim' make a code completion request, there will be a new curl process.
as above: I use lazynvim's config to do rust programming, but after I open my project sometime, there are too many curl processes and my OS system was broken. Last time, I count that there are about 4000+ curl processes alive.
The text was updated successfully, but these errors were encountered: