码迷,mamicode.com
首页 > 其他好文 > 详细

私有网盘nextcloud 12的问题处理及优化

时间:2017-07-10 21:57:52      阅读:2953      评论:0      收藏:0      [点我收藏+]

标签:nextcloud

问题1:如果你在管理界面看到如下提示

No memory cache has been configured. To enhance your performance please configure a memcache if available.


答:需要我们安装缓存了,如果你之前是按照我的部署方法部署的,只需要修改一个php文件即可,支持的缓存分为以下几种,我们默认安装的是第一种

  • APCu, APCu 4.0.6 and up required.

    A local cache for systems.

  • Memcached

    Distributed cache for multi-server Nextcloud installations.

  • Redis, PHP module 2.2.6 and up required.

    For distributed caching.

需要安装 php-pecl-apcu,建议按照我的部署文档安装,因为版本的问题。

yum install php70w-pecl-apcu -y

然后重启nginx服务,然后修改php配置文件/nextcloud/config/config.php,增加如下配置

‘memcache.local‘ => ‘\OC\Memcache\APCu‘,






















本文出自 “运维点滴记录” 博客,请务必保留此出处http://wzlinux.blog.51cto.com/8021085/1946018

私有网盘nextcloud 12的问题处理及优化

标签:nextcloud

原文地址:http://wzlinux.blog.51cto.com/8021085/1946018

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!