cancel
Showing results for 
Search instead for 
Did you mean: 
Trevor
Commander Commander
Commander
  • 572 Views

Memory Management

Jump to solution

What controls memory management in a Linux system?

Trevor "Red Hat Evangelist" Chandler
Labels (3)
1 Solution

Accepted Solutions
Akyuz_Remzi
Flight Engineer
Flight Engineer
  • 556 Views

Memory is controlled by the kernel.
The answer to this question cannot be that simple.
I hope there will be be a friend who will answer with a detailed article about kernel memory management.
https://docs.kernel.org/admin-guide/mm/index.html

View solution in original post

2 Replies
Akyuz_Remzi
Flight Engineer
Flight Engineer
  • 557 Views

Memory is controlled by the kernel.
The answer to this question cannot be that simple.
I hope there will be be a friend who will answer with a detailed article about kernel memory management.
https://docs.kernel.org/admin-guide/mm/index.html

Blue_bird
Starfighter Starfighter
Starfighter
  • 522 Views


In RHEL 8/9, memory management is primarily controlled by the Linux kernel, which handles tasks like allocating and freeing memory, managing virtual memory, and ensuring efficient resource allocation for processes.  Kernel uses systemd to manage resources used by applications.

Join the discussion
You must log in to join this conversation.