kmalloc-256 seems to be consuming memory.Is there a way to release this?

Asked 2 years ago, Updated 2 years ago, 103 views

(I asked a similar question on StackOverflow in English, but I can't get an answer, so please let me ask you a question in Japanese.)

There is a Linux instance running Jenkins (Amazon Linux Linux ip-xxx 4.9.20-11.31.amzn1.x86_64#1 ).Jenkins jobs running here often fail due to lack of memory.

Looking at things like free and /proc/meminfo, the slab seems to be consuming most of the memory.

echo3>/proc/sys/vm/drop_caches to find out how to release entry from the slab, but what should I do with kmalloc-256, which has a lot of memory, or what process holds kmalloc-256?

linux memory-leaks

2022-09-30 14:48

1 Answers

"Checked the causes and countermeasures of the server's memory being squeezed little by little" article for your reference.


2022-09-30 14:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.