commit 7f88c7a854c066b75b7ef50d144c241ffd72c536
parent 8711381da7c98ac932a704fedab2b32360008f04
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 31 May 2015 11:44:41 +0200
Documentation update (worker_rlimit_nofile)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -113,6 +113,8 @@ Depending on existing configuration, the `map_hash_max_size` and `map_hash_bucke
map_hash_max_size 8192;
map_hash_bucket_size 64;
+On busy instances, the maximum number of open files limit must be increased using the `worker_rlimit_nofile` directive in order to avoid running out of available file descriptors.
+
There is an automatic install script for Debian :
sh install/debian.sh
@@ -125,7 +127,6 @@ If your Telize instance produces lots of logs, this might be of interest : [Log
## Telize and Load Balancers
-
When using Telize behind a load balancer, uncomment the following directives in the server block and set the load balancer IP range accordingly :
# set_real_ip_from 10.0.0.0/8; # Put your load balancer IP range here