You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nextcloud/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,8 +548,8 @@ ingress:
548
548
549
549
## Hugepages
550
550
551
-
If your node has hugepages enabled, but you do not map any into the container, it could fail to start with a bus errorin 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:
0 commit comments