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
At my job my development environment is hosted on an Amazon EC2 instance running Amazon Linux 2, which I SSH into. My setup is essentially the same there as it is locally on my macbook, with the exception of the vim version provided by amazon's custom repos. Otherwise, I'm using the same .vimrc, the same version of node, etc.
the issue
on the EC2 instance, for every .ts file i open in a new vim instance, i see 40+ tsservers spawn in htop. on my local macbook, for the same .ts file, i see 3 tssever processes spawn. once i have 3+ instances of vim open, my EC2 slows to a crawl and eventually crashes outright.
not sure what information would be helpful, happy to provide anything else.
here's :CocInfo on EC2
## versions
vim version: VIM - Vi IMproved 9.0 9002153
node version: v18.18.0
coc.nvim version: 0.0.82-c5ffbb3c 2024-08-01 17:40:42 +0800
coc.nvim directory: /home/will.floyd/.vim/plugged/coc.nvim
term: tmux
platform: linux
## Log of coc.nvim
2024-08-05T18:54:13.676 INFO (pid:11515) [plugin] - coc.nvim initialized with node: v18.18.0 after 156
2024-08-05T18:54:13.704 INFO (pid:11515) [services] - service tsserver started
2024-08-05T18:54:16.164 INFO (pid:11515) [attach] - receive notification: showInfo []
and the htop output from EC2 (filtered on tssever) with 1 vim instance running/1 .ts file (opening another would add another ~40 lines here):
## versions
vim version: VIM - Vi IMproved 9.1 9010450
node version: v18.18.0
coc.nvim version: 0.0.82-c3ae5c3b 2024-05-23 20:39:40 +0800
coc.nvim directory: /Users/will.floyd/.vim/plugged/coc.nvim
term: tmux
platform: darwin
## Log of coc.nvim
2024-08-05T11:49:44.888 INFO (pid:37607) [plugin] - coc.nvim initialized with node: v18.18.0 after 68
2024-08-05T11:49:44.898 INFO (pid:37607) [services] - service tsserver started
2024-08-05T11:56:01.638 INFO (pid:37607) [attach] - receive notification: showInfo []
and the htop output for my macbook (filtered on tssever) with 1 vim instance running/1 .ts file:
At my job my development environment is hosted on an Amazon EC2 instance running Amazon Linux 2, which I SSH into. My setup is essentially the same there as it is locally on my macbook, with the exception of the vim version provided by amazon's custom repos. Otherwise, I'm using the same .vimrc, the same version of node, etc.
the issue
on the EC2 instance, for every .ts file i open in a new vim instance, i see 40+ tsservers spawn in htop. on my local macbook, for the same .ts file, i see 3 tssever processes spawn. once i have 3+ instances of vim open, my EC2 slows to a crawl and eventually crashes outright.
not sure what information would be helpful, happy to provide anything else.
here's
:CocInfo
on EC2and the htop output from EC2 (filtered on
tssever
) with 1 vim instance running/1 .ts file (opening another would add another ~40 lines here):here's
:CocInfo
locally, on my macbook:and the htop output for my macbook (filtered on
tssever
) with 1 vim instance running/1 .ts file:The text was updated successfully, but these errors were encountered: