{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/SENSITIVE VALUE",
"dbtype": "pgsql",
"version": "15.0.8.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"session_lifetime": 86400,
"remember_login_cookie_lifetime": 86400,
"session_keepalive": false,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"default_language": "ru",
"installed": true,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"loglevel": 0,
"maintenance": false,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"skeletondirectory": "",
"versions_retention_obligation": "7,auto",
"has_internet_connection": true,
"log_rotate_size": "104857600",
"updatechecker": true,
"theme": "",
"filelocking.enabled": true,
"proxy": "proxy.SENSITIVE VALUE",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"updater.release.channel": "stable"
}
}
#15995 # Steps to reproduce
Actual behaviour
Very High CPU.
The process looks like this. Which loads the processor. 100%
Server configuration
Operating system: Centos 7
Web server: nginx
Database: Postgress 10
PHP version: 7.1
Nextcloud version: 15.0.8
Updated from an older Nextcloud/ownCloud or fresh install:
fresh install NC12
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: nfs
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Opera
Operating system: Windows 10
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
-Pgsql select-
SELECT "f". * FROM "oc_filecache", "f" WHERE ("f". "Storage" IN ($ 1, $ 2, $ 3)) AND (("f". "Mimetype" <> $ 4) OR ("f". "size" = 0)) AND ("f". "path
"DO NOT LIKE $ 5) AND (" f "." Path "DO NOT LIKE $ 6) ORDER" f "." Mtime "DESC LIMIT 500 OFFSET 987500
How can I optimize this problem? And what is this heavy process?