最近小虎跑实验产生了一个多Tb的数据,直接把服务器的内存占满了。导致程序停了、ssh也连接不上了。
环境
Ubuntu 22.04+VSCode+ssh
解决方法
用cmder或其他ssh的命令窗口直接连接(不要用vscode等软件),然后清/移动一下多余的文件,腾出空间即可。如果仍然连接不上可以考虑线下对服务器的文件处理一下。
原版笔记
Use cmder or other command window to connect to ssh. Fix the bug.
Bug is about the memory limits. Remove or move files in cmd.
20/05/2024