-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
This ticket nextcloud/server#15471 is part of nc server 16.0.1 (more details here nextcloud/documentation#1439), but it seems not included in docker for tag apache 16 (https://github.com/nextcloud/docker/blob/6357f08f2559cbb7880b82e24bd07305c828a553/16.0/apache/Dockerfile).
There you can find:
{ \
echo 'opcache.enable=1'; \
echo 'opcache.enable_cli=1'; \
echo 'opcache.interned_strings_buffer=8'; \
echo 'opcache.max_accelerated_files=10000'; \
echo 'opcache.memory_consumption=128'; \
echo 'opcache.save_comments=1'; \
echo 'opcache.revalidate_freq=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
echo 'opcache.enable_cli=1 is still applied which should not be the case.