Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase zone size for transportserver from 256k to 512k #5191

Closed
jasonwilliams14 opened this issue Mar 1, 2024 · 1 comment · Fixed by #5199
Closed

Increase zone size for transportserver from 256k to 512k #5191

jasonwilliams14 opened this issue Mar 1, 2024 · 1 comment · Fixed by #5199
Labels
backlog Pull requests/issues that are backlog items enhancement Pull requests for new features/feature enhancements
Milestone

Comments

@jasonwilliams14
Copy link
Contributor

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.

@jasonwilliams14 jasonwilliams14 added the proposal An issue that proposes a feature request label Mar 1, 2024
Copy link

github-actions bot commented Mar 1, 2024

Hi @jasonwilliams14 thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂

Cheers!

@brianehlert brianehlert added this to the v3.5.0 milestone Mar 4, 2024
@brianehlert brianehlert added enhancement Pull requests for new features/feature enhancements backlog Pull requests/issues that are backlog items and removed proposal An issue that proposes a feature request labels Mar 4, 2024
@shaun-nx shaun-nx changed the title Increase zone size for transportserver resource Increase zone size for transportserver from 256k to 512k Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Pull requests/issues that are backlog items enhancement Pull requests for new features/feature enhancements
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants