Xiao Liu Lab
Xiao Liu Lab
Oct 31, 2025 · Databases

Why Redis Exits on ARM64: Fix the THP COW Bug and Prevent Data Loss

Redis on ARM64 platforms may abort startup with a warning about a kernel COW bug when Transparent Huge Pages are enabled, risking RDB corruption; this guide explains the underlying issue, when it’s safe to ignore the warning, and provides two solutions—disabling THP or configuring ignore‑warnings—to ensure safe operation.

ARM64COW bugLinux
0 likes · 7 min read
Why Redis Exits on ARM64: Fix the THP COW Bug and Prevent Data Loss
Baidu Geek Talk
Baidu Geek Talk
Jul 6, 2022 · Cloud Computing

Optimizing Service Performance with Linux Transparent Huge Pages in Large‑Scale Cloud Clusters

By configuring Linux Transparent Huge Pages and tuning kernel parameters, large‑scale cloud services can cut TLB misses and page‑table overhead, achieving over ten percent CPU and latency reductions while limiting memory growth to about ten percent, as demonstrated in Baidu’s production recommendation system.

LinuxTransparent Huge Pagescloud computing
0 likes · 18 min read
Optimizing Service Performance with Linux Transparent Huge Pages in Large‑Scale Cloud Clusters
Open Source Linux
Open Source Linux
Aug 21, 2021 · Operations

Linux Huge Pages vs Transparent Huge Pages: Benefits, Risks, and Disabling Guide

This article explains the two types of Linux huge pages—static HugeTLB pages and dynamic Transparent Huge Pages—detailing their sizes, performance advantages, drawbacks, especially for Oracle workloads, and provides step‑by‑step instructions for checking status and permanently disabling THP via sysfs or GRUB.

Huge PagesLinuxTransparent Huge Pages
0 likes · 9 min read
Linux Huge Pages vs Transparent Huge Pages: Benefits, Risks, and Disabling Guide