mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
11 lines
366 B
INI
11 lines
366 B
INI
[opcache]
|
|
opcache.enable=1
|
|
; 0 means it will check on every request
|
|
; 0 is irrelevant if opcache.validate_timestamps=0 which is desirable in production
|
|
opcache.revalidate_freq=0
|
|
opcache.validate_timestamps=1
|
|
opcache.max_accelerated_files=10000
|
|
opcache.memory_consumption=192
|
|
opcache.max_wasted_percentage=10
|
|
opcache.interned_strings_buffer=16
|
|
opcache.fast_shutdown=1 |