Skip to content

Commit d10ee52

Browse files
committed
fix: kong stops responding
kong easily gets overwhelmed when receiving many requests, resulting in an error complaining about not having enough workers. This was due to KONG_NGINX_WORKER_PROCESSES=1 being set. Kong automatically determins the right number of worker processes when this is not specified, which resolves the issue.
1 parent 7da6032 commit d10ee52

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/start/start.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ vector --config /etc/vector/vector.yaml
524524
// Ref: https://github.com/Kong/kong/issues/3974#issuecomment-482105126
525525
"KONG_NGINX_PROXY_PROXY_BUFFER_SIZE=160k",
526526
"KONG_NGINX_PROXY_PROXY_BUFFERS=64 160k",
527-
"KONG_NGINX_WORKER_PROCESSES=1",
528527
// Use modern TLS certificate
529528
"KONG_SSL_CERT=/home/kong/localhost.crt",
530529
"KONG_SSL_CERT_KEY=/home/kong/localhost.key",

0 commit comments

Comments
 (0)