开启前

安装APCu缓存插件
yum install php70w-pecl-apcu -y
修改config.php
cd /var/www/html/owncloud/config
vi config.php
在);之前添一行 ‘memcache.local’ => ‘/OC/Memcache/APCu’,

成功!
[caption id=“attachment_295” align=“alignnone” width=“725”] owncloud配置memcache[/caption]