Skip to content

Conversation

@zmotso
Copy link
Member

@zmotso zmotso commented Nov 21, 2025

Pull Request Template

Description

Large repository clones were failing due to insufficient memory; the operator pod was OOMKilled mid-clone.
Increased memory requests/limits to support medium-sized repos. Extremely large repos may still need manual tuning.

Fixes #240

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which improves an existing feature or documentation)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

How Has This Been Tested?

  • Manually.

Checklist:

  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Pull Request contains one commit. I squash my commits.

@zmotso zmotso self-assigned this Nov 21, 2025
@zmotso zmotso requested a review from a team as a code owner November 21, 2025 10:01
@zmotso zmotso added the bug Something isn't working label Nov 21, 2025
Large repository clones were failing due to insufficient memory;
the operator pod was OOMKilled mid-clone.
Increased memory requests/limits to support medium-sized repos.
Extremely large repos may still need manual tuning.
@MykolaMarusenko MykolaMarusenko merged commit d9fe250 into master Nov 21, 2025
1 check passed
@MykolaMarusenko MykolaMarusenko deleted the fix/240 branch November 21, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

3 participants