You can change Linux kernel settings via sysctl, but it’s only temporary and reset after a system reboot. To persist the changes, modify the a conf file in /etc/sysctl.d/. To load the the changes in your current session, use sysctl --load.
You can change Linux kernel settings via sysctl, but it’s only temporary and reset after a system reboot. To persist the changes, modify the a conf file in /etc/sysctl.d/. To load the the changes in your current session, use sysctl --load.