feat: Capable of overriding the configurations of the nginx http lua_shared_dict#690
Merged
shreemaan-abhishek merged 1 commit intoapache:devfrom Aug 4, 2024
Conversation
lua_shared_dict (2.x.x)lua_shared_dict
Contributor
|
Hello, @Revolyssup @shreemaan-abhishek @tao12345666333 @AlinsRan @lingsamuel can you please take a look at this? |
kworkbee
approved these changes
Apr 17, 2024
shreemaan-abhishek
approved these changes
Apr 18, 2024
AlinsRan
approved these changes
Apr 22, 2024
Revolyssup
approved these changes
Apr 22, 2024
Contributor
|
I'd like to reflect the changes in the company's operating environment, but does it take time from Merge to Release? |
Contributor
|
Hello, @Revolyssup @shreemaan-abhishek @tao12345666333 @AlinsRan @lingsamuel |
Contributor
|
Hello @shreemaan-abhishek / @Revolyssup , |
|
Any idea when can we get this in latest chart? |
Contributor
|
Hi, @moonming Can you please look at this? |
Member
Baoyuantop
pushed a commit
to Baoyuantop/apisix-helm-chart
that referenced
this pull request
May 8, 2025
Contributor
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.
feat: Capable of overriding the configurations of the nginx http
lua_shared_dictThe Lua shared dictionary
prometheus-metricsis initially configured with a default size of10mas specified in the config-default.yaml file. However, due to the growing number of routes, the dictionary size has been exceeded. Hence, customization of this configuration would prove advantageous.