---
title: 关闭透明大页
description: "关闭透明大页，以解决因内存泄漏导致的系统卡顿问题。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengbds/ecosystemEnable/Spark/kunpengspark2xhdpeu_05_0018.html
sourcePath: /source/zh/kunpengbds/ecosystemEnable/Spark/kunpengspark2xhdpeu_05_0018.html
indexId: 6583c632afbc31e4a03e677236dca11aab5e0b959bb143764d4b305330a70c7676
---
# 关闭透明大页

#### 目的

关闭透明大页，以解决因内存泄漏导致的系统卡顿问题。


#### 方法

执行如下命令关闭透明大页。

```
echo never > /sys/kernel/mm/transparent_hugepage/enabled
echo never > /sys/kernel/mm/transparent_hugepage/defrag
```
