Increase zone size for transportserver from 256k to 512k #5191
Labels
backlog
Pull requests/issues that are backlog items
enhancement
Pull requests for new features/feature enhancements
Milestone
Current zone size for transportserver is 256k.
When a large number of transportserver resources are deployed, it is possible that 256k is not enough memory allocated.
https://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone
This RFE is to update the template from 256k to 512k.
https://github.com/nginxinc/kubernetes-ingress/blob/main/internal/configs/version2/nginx.transportserver.tmpl#L4
By increasing the value we ensure enough memory is allocated and the zone does not run out of memory.
The text was updated successfully, but these errors were encountered: