Commit 9ecf40f8 authored by Mark Harding's avatar Mark Harding

(chore): reduce max processes for fpm and reduce respawn interval

parent 720522f6
No related merge requests found
Pipeline #73993905 canceled with stages
in 13 minutes and 21 seconds
FROM minds/php:latest
# Install opcache (move to php image)
RUN docker-php-ext-install -j$(nproc) opcache
# Additional folders
RUN mkdir --parents --mode=0777 /tmp/minds-cache/ \
......
opcache.enable=1
opcache.memory_consumption=1024
opcache.memory_consumption=2048
opcache.interned_strings_buffer=64
opcache.max_accelerated_files=65407
opcache.validate_timestamps=0
......
......@@ -9,7 +9,7 @@ listen.backlog = -1
pm = static
pm.max_children = 250
pm.max_requests = 2000
pm.max_requests = 1000
pm.status_path = /status
chdir = /
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment