Platform configuration options for the kernel area.
Field | Type | Description | Default |
---|---|---|---|
oom_behavior |
OOMBehavior |
\[object] | |
memory_compression |
bool |
||
lru_memory_compression |
bool |
||
continuous_eviction |
bool |
Configures kernel eviction to run continually in the background to try and keep the system out of memory pressure, as opposed to triggering one-shot eviction only at memory pressure level transitions. Enables the `kernel_evict_continuous` assembly input bundle. | |
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. |