owncloud/nextcloud memory caching
owncloud / nextcloud 를 더 빠르게 사용하는 방법. config.php 메모리 캐싱 설정 memory caching
./config/config.php
<?php $CONFIG = array ( ..., 'memcache.local' => '\OC\Memcache\APCu', )
고급 메모장
owncloud / nextcloud 를 더 빠르게 사용하는 방법. config.php 메모리 캐싱 설정 memory caching
<?php $CONFIG = array ( ..., 'memcache.local' => '\OC\Memcache\APCu', )