機能追加 #608

webサーバーカーネルパラメータ変更

山本 義治約9年前に追加. 約9年前に更新.

ステータス:商用リリース開始日:2015/12/16
優先度:通常期日:
担当者:山本 義治進捗 %:

0%

カテゴリ:システム全般作業時間の記録:-
対象バージョン:-

履歴

#1 山本 義治約9年前に更新

  • 題名webサーバ- から webサーバーカーネルパラメータ変更 に変更
  • カテゴリシステム全般 にセット
  • 担当者山本 義治 にセット

[root@web1 ~]# /sbin/sysctl -a | grep tcp_tw_reuse

net.ipv4.tcp_tw_reuse = 0

[root@web1 ~]# /sbin/sysctl -a | grep tcp_tw_recycle
net.ipv4.tcp_tw_recycle = 0

[root@web1 ~]# /sbin/sysctl -a | grep tcp_fin_timeout
net.ipv4.tcp_fin_timeout = 60

[root@web1 ~]# vi /etc/sysctl.conf
net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_fin_timeout=30
net.ipv4.ip_local_port_range = 10240    65535

[root@web1 ~]# /sbin/sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_fin_timeout = 30
net.ipv4.ip_local_port_range = 10240    65535

[root@web1 ~]# /sbin/sysctl -a | grep tcp_fin_timeout
net.ipv4.tcp_fin_timeout = 30

[root@web1 ~]# /sbin/sysctl -a | grep tcp_tw_recycle
net.ipv4.tcp_tw_recycle = 0

[root@web1 ~]# /sbin/sysctl -a | grep tcp_tw_reuse
net.ipv4.tcp_tw_reuse = 1

#2 山本 義治約9年前に更新

web2も同様に変更

#4 山本 義治約9年前に更新

  • ステータス新規 から 商用リリース に変更

他の形式にエクスポート: Atom PDF