laravel-docker
laravel-docker copied to clipboard
Set php.ini parameters
Hello,
we are using that image to run phpunit in a Gitlab pipeline but we are running into the PHP memory limit.
Is there any way to set a higher memory limit than the default?
Best regards
add this to your before_script
echo 'memory_limit = 512M' >> /usr/local/etc/php/conf.d/docker-php-memory-limit.ini