PlatformKernelConfig

Platform configuration options for the kernel area.

FieldTypeDescriptionDefault
sysmem_protected_memory_size MemorySize Overrides the board-driver-specified size for sysmem's default protected memory pool. Default value is 5%.
sysmem_contiguous_memory_size MemorySize Overrides the board-driver-specified size for sysmem's contiguous memory pool. Default value is 0.
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.