Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 438 Bytes

kernel.md

File metadata and controls

13 lines (10 loc) · 438 Bytes

Kernel

Cgroups

  • Hierarchical organized resources
  • Any scheduled entity VM, container, or thread can have
  • CPU pinning
  • Managed as a file tree, assigning user-based, process-based restrictions.
  • Fair scheduling managed as Red-Black Tree

References