From fd7050a372c0ceb218d70aa9218d7555003491b4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 24 Apr 2017 19:56:01 +0200 Subject: [PATCH] increase number of huge pages --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 44dcaf0fc..a587405e1 100644 --- a/config.h +++ b/config.h @@ -16,7 +16,7 @@ /** Number of hugepages which are requested from the the kernel. * @see https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt */ -#define DEFAULT_NR_HUGEPAGES 25 +#define DEFAULT_NR_HUGEPAGES 100 /** Width of log output in characters */ #define LOG_WIDTH 132