Kernel Runtime Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[Linux Kernel Concepts#Runtime_Configuration|Linux Kernel Concepts]]
* [[Linux Kernel Concepts#Runtime_Configuration|Linux Kernel Concepts]]
=fs=


=kernel=
=kernel=
Line 9: Line 11:
====kernel.pid_max====
====kernel.pid_max====


{{Internal|Linux_Process_Management_Concepts#Maximum_Number_of_Processes_Allowed_on_the_System|Maximum Number of Processes Allowed on the System}}
Represents the [[Linux_Process_Management_Concepts#Maximum_Number_of_Processes_Allowed_on_the_System|maximum number of processes allowed on the system]].
 
=net=
 
=vm=
 
 
 
 
 
 
 
 
 
 
 
 
==kernel.pid_max==
 
 
==net.core.wmem_max==
 
 
12582912
==net.core.rmem_max==
 
 
2582912
 
==net.ipv4.tcp_rmem==
 
10240 87380 12582912
 
==net.ipv4.tcp_window_scaling==
 
1
 
==net.ipv4.tcp_timestamps==
 
 
==net.ipv4.tcp_sack==
 
 
==net.ipv4.tcp_no_metrics_save==
 
 
==net.core.netdev_max_backlog==
 
5000

Revision as of 17:46, 8 June 2017

Internal

fs

kernel

kernel.hostname

kernel.pid_max

Represents the maximum number of processes allowed on the system.

net

vm

kernel.pid_max

net.core.wmem_max

12582912

net.core.rmem_max

2582912

net.ipv4.tcp_rmem

10240 87380 12582912

net.ipv4.tcp_window_scaling

1

net.ipv4.tcp_timestamps

net.ipv4.tcp_sack

net.ipv4.tcp_no_metrics_save

net.core.netdev_max_backlog

5000