Expected behaviour
I tried to solve the message that I get in admin page
Transactional file locking should be configured to use memory-based locking, not the default slow database-based locking. See the documentation
for more information.
Following the guide, I installed the APCu and I added in the config file the "memcache.local": "\\OC\\Memcache\\APCu",
I restarted the Apache2, but the message is still there
Actual behaviour
the message is still there
Server configuration
Operating system: Ubuntu 16.04
Web server: Apache2
Database: MySQL
PHP version: PHP Version 7.0.22-0ubuntu0.16.04.1
ownCloud version: 10.0.3.3
Updated from an older ownCloud or fresh install: fresh
Where did you install ownCloud from: owncloud
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
{
"system": {
"instanceid": "ocvgzukzb4qp",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"my.domain.com"
],
"datadirectory": "\/var\/www\/html\/my.domain.com\/owncloud\/data",
"overwrite.cli.url": "http:\/\/myfolder\/owncloud",
"dbtype": "mysql",
"version": "10.0.3.3",
"dbname": "myownclouddb",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"mail_from_address": "mycloud",
"mail_smtpmode": "php",
"mail_domain": "mydomain.com",
"memcache.local": "\\OC\\Memcache\\APCu",
"loglevel": 2
}
}
Client configuration
Browser: Chrome
Operating system: Windows 10