我正在远程 Ubuntu 机器的后台运行一些 python 程序。程序打开的文件过多,超出了系统限制。
我现在想 ssh 到远程服务器,但我不能,因为:/bin/bash: Too many open files in system
我尝试过,但遇到了同样的错误。ssh -t [email protected] 'pkill python'
现在我怎样才能关闭这些后台进程?
我正在远程 Ubuntu 机器的后台运行一些 python 程序。程序打开的文件过多,超出了系统限制。
我现在想 ssh 到远程服务器,但我不能,因为:/bin/bash: Too many open files in system
我尝试过,但遇到了同样的错误。ssh -t [email protected] 'pkill python'
现在我怎样才能关闭这些后台进程?