Skip to content

php-cgi crashes if Huge Page Enabled on Linux System ( fix) Web Interface /admin not accesable/working #268

Open
@buchmann

Description

@buchmann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions