taddeus / nothp

Simple program that disables Transparent Huge Pages in user space.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A simple program to prepend on the command line to disable Transparent Huge Pages (THP) on Linux. This eliminates noise in performance benchmarks that stress the TLB from user space on systems on which you have no root access.

Usage: nothp FILE [ARG...]

About

Simple program that disables Transparent Huge Pages in user space.


Languages

Language:C 88.5%Language:Makefile 11.5%