Caibreeze0908
Caibreeze0908
If QPS is greater than 50000, how much max_running_timers max_pending_timers should be set to? Will too many Settings affect apisix performance?
> > If QPS is greater than 50000, how much max_running_timers max_pending_timers should be set to? Will too many Settings affect apisix performance? > > Most of the timers aren't...
> > > > If QPS is greater than 50000, how much max_running_timers max_pending_timers should be set to? Will too many Settings affect apisix performance? > > > > >...
You need to turn keepalive off
config.yaml change keepalive: 320 to keepalive: 1 change keepalive_requests: 100000 to keepalive_requests: 1 change keepalive_timeout: 10s to keepalive_timeout: 0