Accepting request 497378 from home:ecsos:server

minimal correction for update to 12.0.0

OBS-URL: https://build.opensuse.org/request/show/497378
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=16
This commit is contained in:
2017-05-22 19:16:16 +00:00
committed by Git OBS Bridge
parent 65916946be
commit fc540ae91e
2 changed files with 20 additions and 3 deletions

14
README.SUSE Normal file
View File

@@ -0,0 +1,14 @@
To speed up nextcloud you should enable PHP OPcache
The OPcache improves the performance of PHP applications by caching precompiled bytecode. We recommend at least following settings:
Put this in this insert in /etc/php5/apache2/php.ini
opcache.enable=On
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