Skip to content

Commit c7823b8

Browse files
authored
Update README.md - update bus error info under huge pages documentation
Signed-off-by: Jesse Hitch <jessebot@linux.com>
1 parent 1c5aecd commit c7823b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/nextcloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ ingress:
548548
549549
## Hugepages
550550
551-
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
552-
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:
551+
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
552+
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:
553553
554554
```yaml
555555
nextcloud:

0 commit comments

Comments
 (0)