PGDream commented on code in PR #268: URL: https://github.com/apache/apisix-helm-chart/pull/268#discussion_r853139772
########## 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: yes, i have see, Now that the scene has been clarified, is the display clearer? -- 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]
