What abbreviations in OOM Killer memory statistics report means?OOM killer goes insanelinux OOM-kill why?Understanding OOM killer logsRsync triggered Linux OOM killer on a single 50 GB fileOracle invoked oom-killer even when RAM and SWAP is plenty free?How does Docker deal with OOM killer and memory limits?Linux OOM-killer acting despite plenty available memoryStrange numbers in Oom killer logEnough memory but OOM killer invoked?Debug debian nightly oom-killer
Biology of a Firestarter
Does "Software Updater" only update software installed using apt, or also software installed using snap?
Is 95% of what you read in the financial press “either wrong or irrelevant?”
How do I identify the partitions of my hard drive in order to then shred them all?
Unexpected Netflix account registered to my Gmail address - any way it could be a hack attempt?
Where to find every-day healthy food near Heathrow Airport?
Can I say: "When was your train leaving?" if the train leaves in the future?
Resize before convert or convert before resize?
What information do scammers need to withdraw money from an account?
How do I adjust encounters to challenge my lycanthrope players without negating their cool new abilities?
Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?
Could there be a material that inverts the colours seen through it?
Problem in downloading videos using youtube-dl from unsupported sites
Source of the Wildfire?
Is Valonqar prophecy unfulfilled?
Smooth function that vanishes only on unit cube
About matrices whose row and column sums are 0
Do I need to say “o’clock”?
Why is it harder to turn a motor/generator with shorted terminals?
Is this possible when it comes to the relations of P, NP, NP-Hard and NP-Complete?
Why weren't the bells paid heed to in S8E5?
Why can't I share a one use code with anyone else?
Is there any good reason to write "it is easy to see"?
Can only the master initiate communication in SPI whereas in I2C the slave can also initiate the communication?
What abbreviations in OOM Killer memory statistics report means?
OOM killer goes insanelinux OOM-kill why?Understanding OOM killer logsRsync triggered Linux OOM killer on a single 50 GB fileOracle invoked oom-killer even when RAM and SWAP is plenty free?How does Docker deal with OOM killer and memory limits?Linux OOM-killer acting despite plenty available memoryStrange numbers in Oom killer logEnough memory but OOM killer invoked?Debug debian nightly oom-killer
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
When OOM Killer or kernel reports memory state it uses the next abbreviations
Node 0 DMA: 26*4kB (M) 53*8kB (UM) 33*16kB (ME) 23*32kB (UME) 6*64kB (ME) 7*128kB (UME) 1*256kB (M) 2*512kB (ME) 0*1024kB 0*2048kB 0*4096kB = 4352kB
Node 0 DMA32: 803*4kB (UME) 3701*8kB (UMEH) 830*16kB (UMH) 2*32kB (H) 0*64kB 0*128kB 1*256kB (H) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 46420kB
I understand some of them, for example M - movable UMH - unmovable high. But I can not find what means E
Where I can find documentation about it?
For example I have the next message,
page allocation stalls for 27840ms, order:0, mode:0x14200ca(GFP_HIGHUSER_MOVABLE)
what means process requests 4kb page (2^0 * 4kb), that should be coded as (MH) Am I right? Or HIGHUSER is coded in different way?
oom oom-killer
add a comment |
When OOM Killer or kernel reports memory state it uses the next abbreviations
Node 0 DMA: 26*4kB (M) 53*8kB (UM) 33*16kB (ME) 23*32kB (UME) 6*64kB (ME) 7*128kB (UME) 1*256kB (M) 2*512kB (ME) 0*1024kB 0*2048kB 0*4096kB = 4352kB
Node 0 DMA32: 803*4kB (UME) 3701*8kB (UMEH) 830*16kB (UMH) 2*32kB (H) 0*64kB 0*128kB 1*256kB (H) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 46420kB
I understand some of them, for example M - movable UMH - unmovable high. But I can not find what means E
Where I can find documentation about it?
For example I have the next message,
page allocation stalls for 27840ms, order:0, mode:0x14200ca(GFP_HIGHUSER_MOVABLE)
what means process requests 4kb page (2^0 * 4kb), that should be coded as (MH) Am I right? Or HIGHUSER is coded in different way?
oom oom-killer
I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247
– Raf
May 10 at 6:16
add a comment |
When OOM Killer or kernel reports memory state it uses the next abbreviations
Node 0 DMA: 26*4kB (M) 53*8kB (UM) 33*16kB (ME) 23*32kB (UME) 6*64kB (ME) 7*128kB (UME) 1*256kB (M) 2*512kB (ME) 0*1024kB 0*2048kB 0*4096kB = 4352kB
Node 0 DMA32: 803*4kB (UME) 3701*8kB (UMEH) 830*16kB (UMH) 2*32kB (H) 0*64kB 0*128kB 1*256kB (H) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 46420kB
I understand some of them, for example M - movable UMH - unmovable high. But I can not find what means E
Where I can find documentation about it?
For example I have the next message,
page allocation stalls for 27840ms, order:0, mode:0x14200ca(GFP_HIGHUSER_MOVABLE)
what means process requests 4kb page (2^0 * 4kb), that should be coded as (MH) Am I right? Or HIGHUSER is coded in different way?
oom oom-killer
When OOM Killer or kernel reports memory state it uses the next abbreviations
Node 0 DMA: 26*4kB (M) 53*8kB (UM) 33*16kB (ME) 23*32kB (UME) 6*64kB (ME) 7*128kB (UME) 1*256kB (M) 2*512kB (ME) 0*1024kB 0*2048kB 0*4096kB = 4352kB
Node 0 DMA32: 803*4kB (UME) 3701*8kB (UMEH) 830*16kB (UMH) 2*32kB (H) 0*64kB 0*128kB 1*256kB (H) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 46420kB
I understand some of them, for example M - movable UMH - unmovable high. But I can not find what means E
Where I can find documentation about it?
For example I have the next message,
page allocation stalls for 27840ms, order:0, mode:0x14200ca(GFP_HIGHUSER_MOVABLE)
what means process requests 4kb page (2^0 * 4kb), that should be coded as (MH) Am I right? Or HIGHUSER is coded in different way?
oom oom-killer
oom oom-killer
asked May 3 at 10:31
RafRaf
133
133
I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247
– Raf
May 10 at 6:16
add a comment |
I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247
– Raf
May 10 at 6:16
I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247
– Raf
May 10 at 6:16
I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247
– Raf
May 10 at 6:16
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965728%2fwhat-abbreviations-in-oom-killer-memory-statistics-report-means%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965728%2fwhat-abbreviations-in-oom-killer-memory-statistics-report-means%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247
– Raf
May 10 at 6:16