由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Comments about OOM killer, for fun only :)
相关主题
C10M 练习 step 1: 10M socketsstatic variable in template header
令人尴尬的Senior Software Engineer面试 (转载)ERP是应该选择SAP还是Oracle好呢?
根据调研以及好虫建议rand() in multitreading
说scala好的进来看看A python problem
高度不平衡数据,你们做所谓‘平衡’数据这个步骤吗?Logistics forecasting 前景如何? (转载)
请推荐一下C#进阶书籍?javascript function-ask for help
两个看来相似的问题eclipse 中 debug 的时候,为什么 resume按钮不起作用
请教一个perl的问题Authorship 顺序
相关话题的讨论汇总
话题: oom话题: memory话题: killer话题: comments话题: use
进入Programming版参与讨论
1 (共1页)
t**c
发帖数: 97
1
The OOM killer exists because the Linux kernel, by default, can commit to
supplying more memory than it can actually provide. Overcommitting memory in
this way allows the kernel to make fuller use of the system's resources,
because processes typically do not use all of the memory they claim. As an
example, consider the fork() system call, which copies all of a process's
memory for the new child process......
Not everybody agrees that this is a fruitful use of developer time. Andries
Brouwer came
1 (共1页)
进入Programming版参与讨论
相关主题
Authorship 顺序高度不平衡数据,你们做所谓‘平衡’数据这个步骤吗?
OFFICE竞争中的LOW HANGING FRUIT (转载)请推荐一下C#进阶书籍?
国内尚属于丛林社会,连婴幼儿都不能提供免费医疗两个看来相似的问题
我鳖的医疗问题,本质是消费习惯的问题请教一个perl的问题
C10M 练习 step 1: 10M socketsstatic variable in template header
令人尴尬的Senior Software Engineer面试 (转载)ERP是应该选择SAP还是Oracle好呢?
根据调研以及好虫建议rand() in multitreading
说scala好的进来看看A python problem
相关话题的讨论汇总
话题: oom话题: memory话题: killer话题: comments话题: use