unix

How do I re-read the kernel configuration file /etc/sysctl.conf on my Linux server?

If you make changes to /etc/sysctl.conf, such as changing the kernel.shmmax value, you can update the file and then run:

sysctl -p /etc/sysctl.conf

This will re-read the configuration and it will go effect immediately instead of waiting to reboot the server.

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top