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

allow disabling of auto-resize of crawler pods #1964

Merged
merged 3 commits into from
Jul 24, 2024
Merged

allow disabling of auto-resize of crawler pods #1964

merged 3 commits into from
Jul 24, 2024

Conversation

ikreymer
Copy link
Member

  • only enable if 'enable_auto_resize' is true, default to false
  • if true, set memory limit to 1.2 of memory requests, resize when hitting 'soft oom' of initial request, adjust by 1.2 (current behavior) up to max_crawler_memory
  • if false, set memory limit to max_crawler_memory and never adjust memory requests or memory limits
  • part of [Feature]: Make auto-resizing of pods optional + use standard VPA #1959

- only enable if 'enable_auto_resize' is true, default to false
- if true, adjust memory request as request * 1.2 limit is approached (current behavior)
- if false, set memory limit to max_crawler_memory and never adjust memory request
@tw4l tw4l merged commit 01ddf95 into main Jul 24, 2024
5 checks passed
@tw4l tw4l deleted the toggle-autoscale branch July 24, 2024 01:00
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.

2 participants