i want to modify
/proc/sys/kernel/sched_rt_runtime_us. Will the change in file persist even after the reboot?
when does kernel read this updated value?
i want to modify /proc/sys/kernel/sched_rt_runtime_us. Will the change in file persist even after the
Share
No,
/procisn’t persistent. However, most Linux distributions will read initial values from a file such as/etc/sysctl.conf. In this case, you can set this value insysctl.confas:See
man sysctlfor details.