Skip to main content

5 docs tagged with "out-of-memory"

View all tags

CRE-2025-0072

Detects a cascade of critical Redis failure modes in a single session\:

CRE-2025-0137

The container exceeded its memory limit and was killed by the kernel OOM killer.

CRE-2025-0162

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.

CRE-2025-0200

Comprehensive detection rule for multiple common Redis troubleshooting scenarios including\:

CRE-2025-0201

Detects Redis out\-of\-memory errors when the maxmemory limit is reached and the configured eviction policy prevents new writes. This typically occurs when Redis is configured with 'noeviction' policy and memory usage exceeds the maxmemory setting, causing all write commands to fail.