Generic JBoss Performance: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Performance") |
|||
Line 2: | Line 2: | ||
* [[Performance#Subjects|Performance]] | * [[Performance#Subjects|Performance]] | ||
=Kernel Runtime Configuration= | |||
In /etc/sysctl.conf: | |||
<pre> | |||
net.core.wmem_max = 12582912 | |||
net.core.rmem_max = 26214400 | |||
net.ipv4.tcp_rmem = 10240 87380 26214400 | |||
net.ipv4.tcp_window_scaling = 1 | |||
net.ipv4.tcp_timestamps = 1 | |||
net.ipv4.tcp_sack = 1 | |||
net.ipv4.tcp_no_metrics_save = 1 | |||
net.core.netdev_max_backlog = 5000 | |||
</pre> |
Revision as of 22:34, 22 June 2017
Internal
Kernel Runtime Configuration
In /etc/sysctl.conf:
net.core.wmem_max = 12582912 net.core.rmem_max = 26214400 net.ipv4.tcp_rmem = 10240 87380 26214400 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_sack = 1 net.ipv4.tcp_no_metrics_save = 1 net.core.netdev_max_backlog = 5000