减少Nginx TIME_WAIT,减少Linux TIME_WAIT,kernel优化配置

十一月 30th, 2011 | No Comments | Posted in Centos, Debian, Ubuntu | 阅读次数: 229 次

Author:gaojinbo Time:2011-11-30 linux内核优化配置,减少TIME_WAIT非常有效,希望对大家有帮助。 vi /etc/sysctl.conf #change for hugwww[......]

Read more

Tags: ,

Linux Kernel Panic

十月 15th, 2011 | No Comments | Posted in Debian | 阅读次数: 334 次

Linux主机突然无法远程连接,本地显示器显示Kernel Panic 错误(是因为硬件的原因或驱动故障),并且默认的系统会停在那里,直到你去重新启动它。 处理方法: vi /etc/sysctl.conf
kernel.p[......]

Read more

Tags:

Linux系统挂载NTFS分区–最简单的方法

四月 8th, 2010 | 3 Comments | Posted in Centos | 阅读次数: 1,051 次

     现在使用Windows 操作系统时最常用的是NTFS的分区格式。但是,因为这个格式在Linux下默认不能直接使用,所以Linux用户不能充分利用NTFS格式的硬盘空间。  [......]

Read more

Tags: ,

内核的 shmall 和 shmmax 参数

二月 4th, 2010 | 2 Comments | Posted in Centos | 阅读次数: 328 次

shmall 是全部允许使用的共享内存大小,shmmax 是单个段允许使用的大小。这两个可以设置为内存的 90%。 例如 16G内存, 16*1024*1024*1024*[......]

Read more

Tags: