Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entrypoint: enable configuring PHP memory limit #374

Closed
wants to merge 2 commits into from

Commits on Aug 28, 2023

  1. entrypoint: enable configuring PHP memory limit

    Adds an environment variable, PHP_MEMORY_LIMIT, which overrides the default memory limit as shipped by PHP.
    
    Closes wallabag#124
    Maffsie authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5ca0ac8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. docs: Document new env variable

    Updates the readme with documentation for the new PHP_MEMORY_LIMIT environment variable
    Maffsie authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5f0a9ff View commit details
    Browse the repository at this point in the history