Skip to content

Commit 13ec7e6

Browse files
Merge pull request #647 from nextcloud/update-bus-error-docs
2 parents 1c5aecd + c7823b8 commit 13ec7e6

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)