チューニング

/etc/sysctl.confで行える設定 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_syncookies = 1 net.core.rmem_max = 16777216 net.core.wmem_max = 16777216 net.ipv4.tcp_rmem = 4096 87380 16777216 net.ipv4.tcp_wmem = 4096 65536 16777216 最初のコマン…

メモリオーバーコミット

Linux のメモリ管理サブシステムには「メモリ・オーバーコミット」という機構があり、実装されているメモリ以上の領域を確保できてしまう。http://dsas.blog.klab.org/archives/50706324.html1G のマシンなのに 3G もの領域を確保することができてしまう。 …