Skip to content

Auto-resize redis pod storage to ensure it's always at least 3x memory - #3517

Draft
tw4l wants to merge 3 commits into
mainfrom
issue-3470-auto-resize-redis-storage
Draft

Auto-resize redis pod storage to ensure it's always at least 3x memory#3517
tw4l wants to merge 3 commits into
mainfrom
issue-3470-auto-resize-redis-storage

Conversation

@tw4l

@tw4l tw4l commented Jul 21, 2026

Copy link
Copy Markdown
Member

Fixes #3470

Following Redis' recommended minimum (see: https://redis.io/docs/latest/operate/rs/installing-upgrading/install/plan-deployment/hardware-requirements/), this PR ensures that anytime crawler auto-sizing is enabled and a Redis pod is auto-sized to be given more memory, we also adjust storage if needed to ensure that the disk is at least 3x the size of allocated RAM. This will greatly reduce the likelihood that our Redis persistence options will result in the disk running out of space.

Kept in draft for now for testing.

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.

[Task]: Add support for auto-resizing Redis pod storage

1 participant