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

The current PHP memory limit is below the recommended value of 512MB. #131

Closed
kjlhgfds opened this issue Sep 26, 2018 · 1 comment
Closed

Comments

@kjlhgfds
Copy link

kjlhgfds commented Sep 26, 2018

I found a way to make it work, but now I have the
The current PHP memory limit is below the recommended value of 512MB.
error in the log file.
I tried to set memory_limit = 2G in .htaccess and .user.ini in /www and in all the php.ini I could find, but it didn't work.
Does anyone has an idea ?

@kjlhgfds kjlhgfds changed the title Further explanations. Please : ) More detailed steps. Please : ) Sep 26, 2018
@kjlhgfds kjlhgfds changed the title More detailed steps. Please : ) The current PHP memory limit is below the recommended value of 512MB. Sep 29, 2018
@oscarcarlsson
Copy link

Hi,

This is not an issue with this application, but a configuration issue with your setup in particular. As these issues are not intended for support requests (but issues with the application code etc) this issue will probably never get any real attention here, and the author will/should close this.

In my setup (which is different from yours, I use nginx and php-fpm, while I'm guessing you are using Apache and mod_php), I had two different configuration files for running it with my webserver (php-fpm in my case) and one configuration for running it from cron (pretty much like running it from the command line). I had to setup the cli (command line interface) php configuration separately from my php-fpm, and increased my memory limit to 512M for both of these.

I hope this helps you in some way.

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants