Changes between Version 1 and Version 2 of jazz/Performance_Tuning


Ignore:
Timestamp:
May 11, 2010, 12:27:15 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Performance_Tuning

    v1 v2  
    33== File System Performance Tuning ==
    44
    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
    619
    720== I/O Performance Tuning ==