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

fix: respect PHP_MEMORY_LIMIT for composer #246

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 26, 2019

  1. fix: respect PHP_MEMORY_LIMIT for composer

    After setting PHP_MEMORY_LIMIT to `-1` composer still exited with an OOM error.
    Setting the parameter directly through php fixed the issue
    PixelJonas authored May 26, 2019
    Configuration menu
    Copy the full SHA
    4b40ed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    56ad7c1 View commit details
    Browse the repository at this point in the history
  2. add PHP_MEMORY_LIMIT for composer to versions >7.2

    Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
    PixelJonas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0bd6b94 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    6c8a021 View commit details
    Browse the repository at this point in the history
  2. add fix to php8

    Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
    PixelJonas committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2417fe2 View commit details
    Browse the repository at this point in the history