@@ -6,7 +6,7 @@ worker_rlimit_nofile 200000;
daemon off;
events {
- worker_connections 16384;
+ worker_connections 32768;
multi_accept on;
}