cgroups
Control groups - a Linux kernel feature for limiting, accounting, and isolating resource usage of process collections.
cgroups enable fine-grained control over CPU, memory, I/O, and network resources for processes. They are fundamental to container technologies like Docker and Kubernetes. cgroups v2 provides a unified hierarchy and improved resource management.
Explore More Terms
NVMe
Non-Volatile Memory Express - a specification for accessing solid-state storage over PCIe.
GitOps
An operational framework that uses Git repositories as the single source of truth for infrastructure and application configurations.
Qubit
The fundamental unit of quantum information, analogous to a classical bit but capable of existing in superposition states.
Tensor Core
Specialized processing units in NVIDIA GPUs designed for matrix operations common in deep learning.
Kubernetes
An open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.
RDMA
Remote Direct Memory Access - a technology that allows direct memory access between computers without involving the CPU.