PlatformKernelConfig

Platform configuration options for the kernel area.

FieldTypeDescriptionDefault
page_scannerPageScannerConfigConfigurations related to page scanner behavior.
oomOomConfig
memory_reclamation_strategyMemoryReclamationStrategyConfiguration for the kernel memory reclamation strategy.
memory_limit_mbuint64Upper-bound in megabytes for the system memory. It simulates a system with less physical memory than it actually has.
memory_compressionbool
lru_memory_compressionbool
ktraceKtraceConfig
cprngCprngConfigConfigures cprng related behaviors
aslr_entropy_bitsuint8For address spaces that use ASLR this controls the number of bits of entropy in the randomization. Higher entropy results in a sparser address space and uses more memory for page tables. Valid values range from 0-36. Default value is 30.