My config is running with docker, and I want to increase PHP memory limit.
any env param to do that or any way?
My config is running with docker, and I want to increase PHP memory limit.
any env param to do that or any way?
Hi,
If you’re using Docker then that limit doesn’t apply.
In the latest version of the app that message is hidden for Docker users, is it possible you’re using an older version?
Can you check that IS_DOCKER is set to true in the .env file
IS_DOCKER=true now. thanks. it works as expected.