Im using VSCODE remote ssh to connect Linux server.
and I sometimes build nuxt project and sometimes stop build process because of memory.
(PID 17984 is nuxt project.)
there are 6 processes about VSCODE remote ssh, even and They have much memory.
(PID 13904, 7189, 19743, 19772, 16850, 7242)
now, vscode process's RSS is 200-500MB so it is fine.
but sometimes vscode process's RSS became to 2000MB.
so server became too slow.
How can I fix this vscode remote ssh memory issue?