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

Remove memory and upload PHP settings #13990

Closed
wants to merge 1 commit into from

Commits on Feb 16, 2019

  1. wip: Remove memory and upload PHP settings

    Because memory & file size limitation settings are specified in the local configs, they override any
    values in the global `php.ini` on the system. Because of this, it's impossible to, for example,
    increase the memory limit of Nextcloud without touching its own configuration/source files.
    
    These settings are removed in favor of the `php.ini` settings. The justification for not having
    these settings specified strictly by Nextcloud is that they are variant. In other words, their
    values are environment-dependent, and especially dependent on the content hosted by Nextcloud
    itself. For example, hosting lots of images and thumbnails frequently causes memory issues.
    
    Signed-off-by: Robert Dailey <rcdailey@gmail.com>
    rcdailey committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    a4ec27c View commit details
    Browse the repository at this point in the history