Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
litespeed_wiki:config:increasing-os-file-descriptor-limit [2015/07/30 19:23]
Michael Alegre created
litespeed_wiki:config:increasing-os-file-descriptor-limit [2019/07/05 16:05]
qtwrk
Line 26: Line 26:
  
   echo 40000 > /​proc/​sys/​fs/​file-max   echo 40000 > /​proc/​sys/​fs/​file-max
 +
 +You may also need to increase **fs.nr_open**
 +
 +  echo "​10000"​ >  /​proc/​sys/​fs/​nr_open
  
 For kernel 2.2.x, you may also need to adjust the inode limit (the maximum number of files that can be stored in the file system): For kernel 2.2.x, you may also need to adjust the inode limit (the maximum number of files that can be stored in the file system):
  • Admin
  • Last modified: 2019/07/19 14:10
  • by Jackson Zhang