Skip to content

Commit

Permalink
Update README.md - update bus error info under huge pages documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot authored Oct 20, 2024
1 parent 1c5aecd commit c7823b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7823b8

Please sign in to comment.