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
php-cgi -i crash with dump error in the container, php -i works . The challenge if you use huge pages (mayastor need this) in your system then for php-cgi to work they need to be assigned upfront in the resource area of the container definition you do it with setting a limit on hugepages, parameter hugepages-2MI, I used 512 which works for me ( quick write up : https://www.allwaysbeginner.com/startseite/pihole-kubernetes )
resources:
limits:
cpu: "1"
hugepages-2Mi: 512Mi
The text was updated successfully, but these errors were encountered:
php-cgi -i crash with dump error in the container, php -i works . The challenge if you use huge pages (mayastor need this) in your system then for php-cgi to work they need to be assigned upfront in the resource area of the container definition you do it with setting a limit on hugepages, parameter hugepages-2MI, I used 512 which works for me ( quick write up : https://www.allwaysbeginner.com/startseite/pihole-kubernetes )
resources:
limits:
cpu: "1"
hugepages-2Mi: 512Mi
The text was updated successfully, but these errors were encountered: