Sysctl: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:
=<tt>/etc/sysctl.conf</tt>=
=<tt>/etc/sysctl.conf</tt>=


Contains the kernel configuration.
Contains the kernel configuration. It is read by <tt>sysctl</tt>.

Revision as of 20:55, 21 April 2017

Internal

Overview

Gets/sets the kernel state.

Attributes

hw.memsize

Physical memory size available on the system (in bytes).

kernel.pid_max

Represents the maximum number of processes allowed on the system.

/etc/sysctl.conf

Contains the kernel configuration. It is read by sysctl.