PHP OPcache #3

Open
opened 2018-01-28 10:33:34 +00:00 by jcgruenhage · 0 comments
Owner

The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:

opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1

Please double check the installation guides, and check for any errors or warnings in the log.

> The PHP OPcache is not properly configured. [For better performance we recommend](https://docs.nextcloud.com/server/12/go.php?to=admin-php-opcache) to use following settings in the `php.ini`: ``` opcache.enable=1 opcache.enable_cli=1 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 opcache.revalidate_freq=1 ``` Please double check the [installation guides](https://docs.nextcloud.com/server/12/go.php?to=admin-install), and check for any errors or warnings in the log.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jcgruenhage/docker-nextcloud#3
No description provided.