#include <cgroups-config.hpp>
Public Attributes | |
uint64_t | limit |
Memory limit (in bytes) More... | |
uint64_t | reservation |
Memory reservation or soft_limit (in bytes) More... | |
uint64_t | swap |
Total memory usage (memory + swap); set `-1' to disable swap. More... | |
uint64_t | kernel |
Kernel memory limit (in bytes) More... | |
uint64_t | swappiness |
Tuning swappiness behaviour per cgroup. More... | |
uint64_t vasum::CGroupMemoryConfig::kernel |
Kernel memory limit (in bytes)
uint64_t vasum::CGroupMemoryConfig::limit |
Memory limit (in bytes)
uint64_t vasum::CGroupMemoryConfig::reservation |
Memory reservation or soft_limit (in bytes)
uint64_t vasum::CGroupMemoryConfig::swap |
Total memory usage (memory + swap); set `-1' to disable swap.
uint64_t vasum::CGroupMemoryConfig::swappiness |
Tuning swappiness behaviour per cgroup.