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

fix: Reduce the amount of memory used by the in-memory extension manager gRPC server buffer #3512

Merged
merged 1 commit into from
May 31, 2024

Conversation

liorokman
Copy link
Contributor

Noticed that the amount of memory being used for the in-memory extension server buffer was too large due to a typo.

@liorokman liorokman requested a review from a team as a code owner May 31, 2024 20:18
Copy link

codecov bot commented May 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 67.30%. Comparing base (11349b1) to head (4afb999).

Files Patch % Lines
internal/extension/registry/extension_manager.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3512      +/-   ##
==========================================
- Coverage   67.32%   67.30%   -0.02%     
==========================================
  Files         167      167              
  Lines       20308    20308              
==========================================
- Hits        13672    13669       -3     
- Misses       5643     5645       +2     
- Partials      993      994       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arkodg arkodg requested review from Alice-Lilith and guydc May 31, 2024 20:42
@arkodg arkodg merged commit 97895ba into envoyproxy:main May 31, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants