Skip to content

Instantly share code, notes, and snippets.

@mostlyerror
Created January 6, 2017 23:16
Show Gist options
  • Save mostlyerror/bee1046431fed43e877c9d2ede7f224c to your computer and use it in GitHub Desktop.
Save mostlyerror/bee1046431fed43e877c9d2ede7f224c to your computer and use it in GitHub Desktop.
Excerpt from kernel system message buffer on production
# see the current log output on production with:
# dmesg | grep bundle
[1280275.496381] Memory cgroup out of memory: Kill process 20821 (bundle) score 178 or sacrifice child
[1280275.496416] Killed process 20821 (bundle) total-vm:1184088kB, anon-rss:547236kB, file-rss:11564kB, shmem-rss:0kB
[1280275.673954] oom_reaper: reaped process 20821 (bundle), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
[1283252.998599] [30469] 0 30469 145952 52490 192 4 0 0 bundle
[1283252.998611] [30758] 0 30758 297303 110655 334 5 0 0 bundle
[1283252.998621] [30768] 0 30768 314715 122308 347 5 0 0 bundle
[1283252.998632] [30798] 0 30798 331844 115201 381 5 0 0 bundle
[1283252.998642] [30828] 0 30828 314201 99527 349 5 0 0 bundle
[1283252.998658] [19261] 0 19261 280893 87882 305 5 0 0 bundle
[1283252.998673] [ 6742] 0 6742 280636 82101 265 5 0 0 bundle
[1283252.998683] [ 6745] 0 6745 265563 92055 283 5 0 0 bundle
[1283252.998694] [ 8819] 0 8819 264252 80398 260 5 0 0 bundle
[1283252.998721] [27090] 0 27090 247418 128218 351 4 0 0 bundle
[1283252.998741] Memory cgroup out of memory: Kill process 27090 (bundle) score 163 or sacrifice child
[1283252.998779] Killed process 27090 (bundle) total-vm:989672kB, anon-rss:501332kB, file-rss:11540kB, shmem-rss:0kB
[1283253.159166] oom_reaper: reaped process 27090 (bundle), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment