系统相关
首页 > 系统相关> > linux进程被杀 看日志方法

linux进程被杀 看日志方法

作者:互联网

sudo dmesg | tail -7

oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0-1,global_oom,task_memcg=/user.slice,task=python3,pid=75788,uid=1002
[1274667.460252] Out of memory: Killed process 75788 (python3) total-vm:47140240kB, anon-rss:33963644kB, file-rss:0kB, shmem-rss:324kB, UID:1002 pgtables:67512kB oom_score_adj:0

标签:task,oom,1002,linux,进程,日志,75788,python3,rss
来源: https://blog.csdn.net/Axiaotangshuju/article/details/123063430