aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/bpf.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: disable CONFIG_CGROUP_BPFAleksandr Nogikh2025-07-171-1/+1
| | | | | | | | | | It seems incredibly difficult to clean up the side effects of this kernel functionality. Keep it enabled only on a new config dedicated specifically for the snapshot-based instance. Closes #5956.
* dashboard/config/linux: disable BPF_JIT on subset of instancesDmitry Vyukov2021-03-091-0/+15
Currently we enable JIT always and don't test interpreter. Enable JIT on subset of instances and disable on others using kernel config.