Преглед изворни кода

doc: tcp tunning update

- update with epoll tunning for kernels >= 2.6.27.8


Author: Andrei Pelinescu-Onciul <[email protected]>
Andrei Pelinescu-Onciul пре 17 година
родитељ
комит
67e3e42ea4
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      doc/tcp_tunning.txt

+ 4 - 0
doc/tcp_tunning.txt

@@ -55,6 +55,10 @@ fs.file-max                 - maximum number of fds that will be allocated
 1.5 other sysctl that might affect tcp connection rate or the maximum number
     of open connections
 
+fs.epoll.max_user_instances - maximum number of devices - per user (2.6.27.8+)
+fs.epoll.max_user_watches   - maximum number of "watched" fds - per user
+                              (2.6.27.8+)
+
 iptables  - remove the ip_conntrack module (it limits the maximum tcp
  connections, adds extra overhead (slow)). It's probably better to remove
   all the iptables modules.