by Klaus Steitz.
We are using mostly the standard-configuration plus memcached php-extension installed (same webserver). We have two webservers behind a LoadBalancer, but at the moment only one Webserver running for easier debugging. Via config.php ($CFG->localcachedir) there is a "localcache" directory on every webserver. moodledata on a shared NFS-Storage.
'dbsocket' => false
'dbpersist' => false
$CFG->tempdir = '/vol/moodledata/mdl_spool/temp';
$CFG->cachedir = '/vol/moodledata/mdl_spool/cache';
$CFG->cachedir = '/vol/moodledata/mdl_spool/cache';
// Session handling
$CFG->session_handler_class = '\core\session\database';
$CFG->session_database_acquire_lock_timeout = 120;
$CFG->session_database_acquire_lock_timeout = 120;
Here the /cache/admin.php view: