A.1. Setting Kernel Parameters
You establish settable kernel tunable parameters by adding an entry to the /etc/system file, in the form of:
set parameter = value
or
set kernel_module:parameter = value
The second example applies to those kernel variables that are part of a loadable kernel module, where the module name is separated by a colon from the variable name in the entry. The values in the /etc/system file are read at boot time, so any changes made to this file require a reboot to take effect.
These settable kernel variables are traditionally referred to as kernel tunable parameters. The settable kernel variables can be more accurately categorized into one of three groups:
Switches — Refers to a kernel parameter that simply turns on or off ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access