Documentation Index
Fetch the complete documentation index at: https://docs.jylhis.com/llms.txt
Use this file to discover all available pages before exploring further.
CPU mitigations
| Option | Type | Default | Description |
|---|
marchyo.performance.disableMitigations | bool | true | Disable CPU vulnerability mitigations for maximum performance |
marchyo.performance.disableMitigations = true;
Disabling CPU mitigations (Spectre, Meltdown, etc.) reduces security. Only enable on trusted single-user workstations where maximum performance is required (e.g., gaming, benchmarking). Do not enable if running untrusted code or containers.
To keep mitigations enabled:
marchyo.performance.disableMitigations = false;