Article 6Q2Z5 Could not find the Allocator/Consumer of HugePages

Could not find the Allocator/Consumer of HugePages

by
Raga_M
from LinuxQuestions.org on (#6Q2Z5)
Hi, My kernel version is 6.5.0-44-generic and below is the Huge page details

AnonHugePages: 0 kB
ShmemHugePages: 0 kB
FileHugePages: 0 kB
HugePages_Total: 43000
HugePages_Free: 42942
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB

O/P ipcs

------ Message Queues --------
key msqid owner perms used-bytes messages

------ Shared Memory Segments --------
key shmid owner perms bytes nattch status

------ Semaphore Arrays --------
key semid owner perms nsems

And, no process seem to be consuming it, the below command returns nothing

Code:grep "KernelPageSize: 2048 kB" /proc/[[:digit:]]*/smaps | awk {'print $1'} | cut -d "/" -f3 | sort | uniqAnd, there are no files in hugetlbfs

Not very sure how to explain this situation.

I would like to know what are the bugs opened about HugePage in 6.5.0-44-generic

kindly shed some light. Thanks in advance.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments