File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ max_input_time = 60
401
401
402
402
; Maximum amount of memory a script may consume (128MB)
403
403
; http://php.net/memory-limit
404
- memory_limit = 128M
404
+ memory_limit = 256M
405
405
406
406
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
407
407
; Error handling and logging ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN /ubiquity/vendor/bin/Ubiquity bootstrap prod
46
46
RUN echo "opcache.preload=/ubiquity/app/config/preloader.script.php" >> deploy/conf/php.ini
47
47
RUN echo "opcache.jit_buffer_size=128M\n opcache.jit=tracing\n " >> deploy/conf/php.ini
48
48
49
- RUN export WORKERS=$(( 4 * $(nproc) )) && \
49
+ RUN export WORKERS=$(( $(nproc) )) && \
50
50
sed -i "s|worker_processes auto|worker_processes $WORKERS|g" /ubiquity/deploy/conf/ngx/nginx.conf
51
51
52
52
EXPOSE 8080
You can’t perform that action at this time.
0 commit comments