Resolving MySQL OOM Issues Caused by Full‑Text Indexes: Tcmalloc vs. Jemalloc Memory Management
This article analyzes a MySQL 5.7 OOM incident triggered by a heavy full‑text query, examines memory usage patterns with Tcmalloc, demonstrates how switching to Jemalloc releases memory, and provides step‑by‑step commands and observations to prevent similar outages.