我有一个由我自己写在C/C++上的程序,它是由Linux杀死的。“被杀”的信息出现了。愿意挖掘我在/var/log/kern.log文件中观察到的问题:
Out of memory: Kill process 3915 (my_proj) score 236 or sacrifice child
Killed process 3915 (my_proj) total-vm:5503376kB, anon-rss:3857420kB, file-rss:40kB
我不知道如何阅读这些信息,也不知道是否有一些有用的信息可以理解为什么会发生这种死亡事件。你能帮帮我吗?
我正在尝试将现有的Perl脚本转换为Ansible角色。在迭代捕获的命令输出时,我遇到了麻烦。
下面是Perl脚本:
# Description: This script will adjust the oom score of all the important system processes to a negative value so that OOM killer does not touch these processes ############
chomp(my $OS = `uname`);
if($OS eq "Linux")
{
my @file