Skip to main content

Tag: Out of Memory

Errors due to Redis (or other) exhausting its configured RAM.

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0072
Critical
Impact: 10/10
Mitigation: 7/10
Redis Out-Of-Memory → Persistence Crash → Replica/ACL Write Failures
Detects a cascade of critical Redis failure modes in a single session:
  • Redis refuses writes when maxmemory is exceeded (OOM).
  • RDB snapshot (BGSAVE) fails (MISCONF) due to simulated full-disk.
  • Replica refuses writes (READONLY).
  • ACL denies a write (NOPERM).
In-Memory Database ProblemsredisRedisOut of MemoryPersistenceRDBMISCONFREADONLYACLSecurity
CRE-2025-0137
High
Impact: 6/10
Mitigation: 2/10
Pod terminated with Exit Code 137 due to OOMKilled (memory limit exceeded)
The container exceeded its memory limit and was killed by the kernel OOM killer.Kubernetes reports a terminated state with Reason=OOMKilled and exitCode=137.This often manifests as CrashLoopBackOff under sustained memory pressure.
Memory Problemsk8sK8sExit CodeOut of MemoryMemoryCrash LoopReliability
CRE-2025-0162
High
Impact: 8/10
Mitigation: 7/10
Stable Diffusion WebUI CUDA Out of Memory Crash
Detects critical CUDA out of memory errors in Stable Diffusion WebUI that cause image generation failures and application crashes. This occurs when GPU VRAM is exhausted during model loading or image generation, resulting in complete task failure and potential WebUI instability.
Memory Problemsstable-diffusionMemoryNvidiaCrashOut of MemoryConfiguration