Skip to content

Commit d63ffe8

Browse files
committed
MSL-API: increase FPM memory to 256 MB
Needed for MSL-API to handle internal interface overviews based on a larger amount of data.
1 parent e39b242 commit d63ffe8

2 files changed

Lines changed: 1967 additions & 0 deletions

File tree

docker/images/msl-api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN cd /var/www && \
7979
chown -R www-data:www-data .
8080
USER www-data
8181
ADD msl-api.env /var/www/msl_api/.env
82+
ADD php.ini /etc/php/8.3/fpm/php.ini
8283
ADD supervisord.conf /var/www/msl-api-supervisord.conf
8384
ADD supervisord-webserver-only.conf /var/www/msl-api-supervisord-webserver-only.conf
8485
RUN cd /var/www/msl_api && \

0 commit comments

Comments
 (0)