PrestaShop / docker

🐳
https://hub.docker.com/r/prestashop/prestashop/
MIT License
257 stars 176 forks source link

PHP config ignored? #375

Closed SharakPL closed 5 months ago

SharakPL commented 5 months ago

It looks like the php.ini from the image is not used properly. Prestashop's develop branch spins 8.1-apache image: https://github.com/PrestaShop/PrestaShop/blob/bd9fe23b06730624118799b89cfecc2af8ffdf1a/docker-compose.yml#L39 obraz

that should be using 512MB of memory limit: https://github.com/PrestaShop/docker/blob/b6a472419ae172f826c7e372ba18ec2517e407a3/base/images/8.1-apache/config_files/php.ini#L393

but it still uses 256MB and throws memory limit errors in few places, for example when updating a language:

obraz

obraz

SharakPL commented 5 months ago

Never mind! It looks like I had an old image, almost a month old and memory limit was changed a week ago so it should be all good 👍