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

MTV-1504 | Add UI for setting inventory memory limits #1384

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

jonner
Copy link
Contributor

@jonner jonner commented Nov 6, 2024

There are currently knobs that can be used to adjust the memory limit
for the main container, but not for the inventory container. This
can cause the inventory container to go into a crash loop on a large
deployment. Add the ability to bump the inventory memory limit to avoid
this.

Fixes: https://issues.redhat.com/browse/MTV-1504

--

NOTE: The options chosen here were modeled on the options for the main container
memory limits, but the lower value was shifted up slightly to match the
difference in the default memory limit (800 vs 1000).

Screenshots:
edit
item
help

There are currently knobs that can be used to adjust the memory limit
for the `main` container, but not for the `inventory` container. This
can cause the inventory container to go into a crash loop on a large
deployment. Add the ability to bump the inventory memory limit  to avoid
this.

Fixes: https://issues.redhat.com/browse/MTV-1504

Signed-off-by: Jonathon Jongsma <[email protected]>
Copy link

sonarqubecloud bot commented Nov 6, 2024

@yaacov yaacov changed the title Add UI for setting inventory memory limits MTV-1504 | Add UI for setting inventory memory limits Nov 7, 2024
@yaacov yaacov added the enhancement Categorizes issue or PR as related to a new feature. label Nov 7, 2024
@yaacov yaacov added this to the 2.8.0 milestone Nov 7, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.16%. Comparing base (13484d0) to head (fb01a8d).
Report is 118 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1384      +/-   ##
==========================================
- Coverage   36.81%   36.16%   -0.65%     
==========================================
  Files         158      158              
  Lines        2548     2577      +29     
  Branches      599      605       +6     
==========================================
- Hits          938      932       -6     
- Misses       1428     1463      +35     
  Partials      182      182              

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

@yaacov yaacov merged commit b1d5cd5 into kubev2v:main Nov 7, 2024
10 checks passed
@jonner jonner deleted the mtv-1504 branch November 7, 2024 14:20
@sgratch sgratch modified the milestones: 2.8.0, 2.7.6 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants