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;








1















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?










share|improve this question






















  • I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247

    – Raf
    May 10 at 6:16

















1















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?










share|improve this question






















  • I received the answer on Unix & Linux StackExchange site unix.stackexchange.com/a/517077/351247

    – Raf
    May 10 at 6:16













1












1








1








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos