Open rieneverts opened 6 months ago
I've fixed the issue for now by deleting the nextcloud job.
To disable the files background scan: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#files-no-background-scan
⚠️ This issue respects the following points: ⚠️
Bug description
When the ScanFiles background job gets executed it cripples my VPS, when checking with strace i get the following output:
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8e7ae00000 prctl(PR_SET_VMA, 0, 0x7f8e7ae00000, 0x200000, 0x55938fce1d43) = -1 EINVAL (Invalid argument) munmap(0x7f8e7ae00000, 2097152) = 0
Anyhelp would be appreciated :)
Steps to reproduce
Expected behavior
That the job succeeds and not cripples my server and eat ram.
Installation method
Other Community project
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response