From c7823b81155884071d72e3476db7edabc6e9b55e Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 20 Oct 2024 19:30:23 +0200 Subject: [PATCH] Update README.md - update bus error info under huge pages documentation Signed-off-by: Jesse Hitch --- charts/nextcloud/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 62e033ef..8dfc7f8c 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -548,8 +548,8 @@ ingress: ## Hugepages -If your node has hugepages enabled, but you do not map any into the container, it could fail to start with a bus error in Apache. This is due -to Apache attempting to memory map a file and use hugepages. The fix is to either disable huge pages on the node or map hugepages into the container: +If your node has hugepages enabled, but you do not map any into the container, it could fail to start with a bus error. This is due +to your webserver attempting to memory map a file and use hugepages. This can happen in both the apache and fpm images. The fix is to either disable huge pages on the node or map hugepages into the container: ```yaml nextcloud: