Platform configuration options for the kernel area.
Field | Type | Description | Default |
---|---|---|---|
page_scanner | PageScannerConfig | Configurations related to page scanner behavior. | |
oom | OomConfig | ||
memory_reclamation_strategy | MemoryReclamationStrategy | Configuration for the kernel memory reclamation strategy. | |
memory_limit_mb | uint64 | Upper-bound in megabytes for the system memory. It simulates a system with less physical memory than it actually has. | |
memory_compression | bool | ||
lru_memory_compression | bool | ||
ktrace | KtraceConfig | ||
cprng | CprngConfig | Configures cprng related behaviors | |
aslr_entropy_bits | uint8 | For 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. |