From 77f46f39b5fd42cbbe598b98d012a0b33f44c7c8 Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Fri, 5 Jan 2024 14:30:47 +0100 Subject: [PATCH] gnu: jemalloc: Build with large page size. * gnu/packages/jemalloc.scm (jemalloc): Build with large page size. Change-Id: Ic813e7b0fe4c7ee79a1e703247abea77ad9d53f0 Signed-off-by: Maxim Cournoyer --- gnu/packages/jemalloc.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm index 5e7facfd5ed..b5fdd399211 100644 --- a/gnu/packages/jemalloc.scm +++ b/gnu/packages/jemalloc.scm @@ -62,6 +62,8 @@ ;; https://github.com/jemalloc/jemalloc/issues/937 #~'("--disable-initial-exec-tls" #$@(match (%current-system) + ("aarch64-linux" + (list "--with-lg-page=14")) ("powerpc-linux" (list "CPPFLAGS=-maltivec")) (_