-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
#15995 # Steps to reproduce
- Update NC 14 to 15.0.8
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
Enabled:
- accessibility: 1.1.0
- activity: 2.8.2
- admin_audit: 1.5.0
- announcementcenter: 3.4.1
- calendar: 1.6.5
- circles: 0.16.5
- cloud_federation_api: 0.1.0
- comments: 1.5.0
- dav: 1.8.2
- federatedfilesharing: 1.5.0
- federation: 1.5.0
- files: 1.10.0
- files_accesscontrol: 1.5.0
- files_automatedtagging: 1.5.0
- files_external: 1.6.0
- files_pdfviewer: 1.4.0
- files_sharing: 1.7.0
- files_texteditor: 2.7.0
- files_trashbin: 1.5.0
- files_versions: 1.8.0
- files_videoplayer: 1.4.0
- firstrunwizard: 2.4.0
- gallery: 18.2.0
- groupfolders: 3.0.2
- impersonate: 1.2.0
- logreader: 2.0.0
- lookup_server_connector: 1.3.0
- music: 0.9.5
- nextcloud_announcements: 1.4.0
- notes: 3.0.0
- notifications: 2.3.0
- oauth2: 1.3.0
- password_policy: 1.5.0
- provisioning_api: 1.5.0
- quota_warning: 1.4.0
- richdocuments: 3.3.8
- serverinfo: 1.5.0
- sharebymail: 1.5.0
- support: 1.0.0
- survey_client: 1.3.0
- systemtags: 1.5.0
- theming: 1.6.0
- twofactor_backupcodes: 1.4.1
- twofactor_totp: 2.1.2
- updatenotification: 1.5.0
- workflowengine: 1.5.0
Disabled:
- deck
- encryption
- onlyoffice
- user_ldap
Nextcloud configuration:
Config report
{
"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"
}
}
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
none
Nextcloud log (data/nextcloud.log)
Nextcloud log
none
Browser log
Browser log
none
-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?