From 1a15ddc0e75902e210b0db6903cf54bc55d31bf9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 11 Jul 2024 15:37:41 +0200 Subject: [PATCH] Restore support for huge pages --- JOURNAL.md | 2 ++ lagarto-ox.nix | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/JOURNAL.md b/JOURNAL.md index 5574148..8458bac 100644 --- a/JOURNAL.md +++ b/JOURNAL.md @@ -1391,3 +1391,5 @@ from the host to the serial console to test it. Pattern FFFFFFFFFFFFFFFF Writing... Reading...Iteration: 2 Tested 2 iteration(s) with 0 errors. +It may be worth enabling huge pages again, as there didn't seem to have any +effect. diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 568d349..104f85c 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -71,11 +71,6 @@ + '' SMP n '' - # Disable huge pages - + '' - HUGETLBFS n - HUGETLB_PAGE n - '' ; } ];