kong: increase gateway controlplane resources#467
Merged
Conversation
Collaborator
|
Good catch! Let's let it sit for a few more hours to ensure the change actually solves the issue before merging. |
Member
Author
|
Just checked. It's been around little less around 2 hours. No restarts so far. |
Collaborator
|
Yeah, me too. It definitely doesn't appear in the frequency you describe, but we also don't know whether those restarts were equally distributed, or whether there still might be some lingering ones so I think giving it a workday is sensible. |
mxsrc
approved these changes
Jan 7, 2026
Member
Author
|
We monitored this change for 26 hours and this seems like a stable change. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There were a lot of restarts for Kong Control Plane. 1091 restarts in 20days. That's a lot. That's
2.3restarts/hourwhen I looked at the reason for restart
They are due
context deadline exceededthat happens occasionally. This seems like a tail latency. So a general fix for such type of issues is to increase resources.The current resource allocation for Control Plane is:
As a part of this PR, doubling that to
400mCPU and200MiMemory.The changes here are already applied. This PR is to make sure that those changes are synced to Git.