Gallardot commented on code in PR #268:
URL: https://github.com/apache/apisix-helm-chart/pull/268#discussion_r852998833


##########
charts/apisix/values.yaml:
##########
@@ -312,6 +312,12 @@ logs:
   errorLog: "/dev/stderr"
   errorLogLevel: "warn"
 
+core:
+  worker_rlimit_nofile: 20480
+  events:
+    worker_connections: 10620
+    use: epoll

Review Comment:
   Is `epoll` the default value? I don't see this option in the default 
configuration of APISIX.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to