外壳可防止因工艺不良而导致机器挂起
如果进程出现问题,是否有一种外壳或技术可以保护我免于整个机器挂起?
我使用的是ubuntu 10.10。
Is there a shell, or technique, that protects me against my entire machine hanging if a process goes haywire?
I'm using ubuntu 10.10.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你用
limits
来限制你的资源,你甚至可以防止 fork 炸弹杀死你的机器。这是一个很好的教程: http://www.cyberciti.biz/tips/ linux-limiting-user-process.html
If you restrict your resources with
limits
than you can even prevent fork bombs killing your machine.Here's a nice tutorial: http://www.cyberciti.biz/tips/linux-limiting-user-process.html
我为此购买了一个多核 CPU(理论上它并不能保护所有情况,但出于所有实际目的,它几乎总是让至少一个核心保持空闲 - 让您的交互式“kill”命令运行。):p
I bought a multi-core CPU for that (it does not protect all cases in theory, but for all practical purposes it lets at least one core stay free almost always - to let your interactive "kill" command run.) :p