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-1866 | Remove the requests.memory from the builder #1293

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Jan 7, 2025

Issue:
MTV is importing VMs with the requests.memory field and the memory.guest field set. This is problematic as it prevents memor-overcommit and is causing un-necessary memory pressure on VMs in the worst case leading to OOM sitiations.

Fix:
Remove the requests.memory from the builders

Ref: https://issues.redhat.com/browse/MTV-1866

Issue:
MTV is importing VMs with the requests.memory field and the memory.guest field set.
This is problematic as it prevents memor-overcommit and is causing un-necessary
memory pressure on VMs in the worst case leading to OOM sitiations.

Fix:
Remove the requests.memory from the builders

Ref: https://issues.redhat.com/browse/MTV-1866

Signed-off-by: Martin Necas <mnecas@redhat.com>
@mnecas mnecas requested a review from yaacov as a code owner January 7, 2025 08:22
Copy link

sonarqubecloud bot commented Jan 7, 2025

@mnecas mnecas added this to the 2.7.8 milestone Jan 7, 2025
@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 15.45%. Comparing base (82bd887) to head (2e93700).

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1293      +/-   ##
==========================================
- Coverage   15.48%   15.45%   -0.04%     
==========================================
  Files         112      112              
  Lines       23399    23380      -19     
==========================================
- Hits         3624     3613      -11     
+ Misses      19488    19482       -6     
+ Partials      287      285       -2     
Flag Coverage Δ
unittests 15.45% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Member

@yaacov yaacov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mnecas mnecas merged commit 34f5737 into kubev2v:main Jan 7, 2025
17 checks passed
@mnecas mnecas mentioned this pull request Jan 7, 2025
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.

4 participants