Changes between Version 1 and Version 2 of jazz/Performance_Tuning
- Timestamp:
- May 11, 2010, 12:27:15 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Performance_Tuning
v1 v2 3 3 == File System Performance Tuning == 4 4 5 * /etc/security/limits.conf 5 * /etc/security/limits.conf - 每個程序(process)可以開啟檔案的個數(number limits of open files per process) 6 {{{ 7 #!diff 8 --- /etc/security/limits.conf 2010-02-22 11:29:11.000000000 +0800 9 +++ /etc/security/limits.conf.new 2010-02-22 11:28:33.000000000 +0800 10 @@ -49,4 +49,6 @@ 11 #ftp - chroot /ftp 12 #@student - maxlogins 4 13 14 +* soft nofile 8192 15 + 16 # End of file 17 }}} 18 6 19 7 20 == I/O Performance Tuning ==