Kernel Runtime Configuration: Difference between revisions

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


====net.core.wmem_max====
====net.core.wmem_max====


12582912
12582912


====net.core.rmem_max====
====net.core.rmem_max====


2582912
2582912


==net.core.netdev_max_backlog==
====net.core.netdev_max_backlog====


5000
5000


==ipv4==
==ipv4==
Line 38: Line 35:
10240 87380 12582912
10240 87380 12582912


==net.ipv4.tcp_window_scaling==
====net.ipv4.tcp_window_scaling====


1
1


==net.ipv4.tcp_timestamps==
====net.ipv4.tcp_timestamps====
 
 
==net.ipv4.tcp_sack==
 
 
==net.ipv4.tcp_no_metrics_save==
 


====net.ipv4.tcp_sack====


====net.ipv4.tcp_no_metrics_save====


=vm=
=vm=

Revision as of 18:02, 8 June 2017

Internal

fs

kernel

kernel.hostname

kernel.pid_max

Represents the maximum number of processes allowed on the system.

net

core

net.core.wmem_max

12582912

net.core.rmem_max

2582912

net.core.netdev_max_backlog

5000

ipv4

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

vm