f6274857d0
CPU saturation caused an unclean AOF write, corrupting the tail of appendonly.aof.41.incr.aof at offset 32653224. Redis refuses to start. Setting aof-load-corrupt-tail-max-size to 88 (value Redis reported) so it truncates and loads the intact data instead of crash-looping. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
362 B
YAML
Executable File
27 lines
362 B
YAML
Executable File
architecture: standalone
|
|
|
|
auth:
|
|
enabled: false
|
|
|
|
image:
|
|
registry: docker.io
|
|
repository: redis
|
|
tag: "8.6.2-trixie"
|
|
|
|
master:
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|
|
|
|
persistence:
|
|
enabled: false
|
|
|
|
commonConfiguration: |-
|
|
appendonly yes
|
|
save ""
|
|
aof-load-corrupt-tail-max-size 88
|