mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-29 23:09:07 +00:00
Adapt OOMKilling pattern to current kernels
This commit is contained in:
committed by
Jan Heidbrink
parent
6204ad7d45
commit
659f31c0f2
@@ -20,7 +20,7 @@
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "OOMKilling",
|
||||
"pattern": "Kill process \\d+ (.+) score \\d+ or sacrifice child\\nKilled process \\d+ (.+) total-vm:\\d+kB, anon-rss:\\d+kB, file-rss:\\d+kB"
|
||||
"pattern": "Kill process \\d+ (.+) score \\d+ or sacrifice child\\nKilled process \\d+ (.+) total-vm:\\d+kB, anon-rss:\\d+kB, file-rss:\\d+kB.*"
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "OOMKilling",
|
||||
"pattern": "Kill process \\d+ (.+) score \\d+ or sacrifice child\\nKilled process \\d+ (.+) total-vm:\\d+kB, anon-rss:\\d+kB, file-rss:\\d+kB"
|
||||
"pattern": "Kill process \\d+ (.+) score \\d+ or sacrifice child\\nKilled process \\d+ (.+) total-vm:\\d+kB, anon-rss:\\d+kB, file-rss:\\d+kB.*"
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Memory cgroup out of memory: Kill process 1012 (heapster) score 1035 or sacrifice child
|
||||
Killed process 1012 (heapster) total-vm:327128kB, anon-rss:306328kB, file-rss:11132kB
|
||||
Killed process 1012 (heapster) total-vm:327128kB, anon-rss:306328kB, file-rss:11132kB, shmem-rss:12345kB
|
||||
|
||||
Reference in New Issue
Block a user