You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating the task I wanted to delete duplicate file. Deletion ends up with following:
Allowed memory size of 536870912 bytes exhausted (tried to allocate 94583200 bytes) at /app/www/public/lib/private/AppFramework/Middleware/CompressionMiddleware.php#88
I increased memory for php in NextCloud via (...)/nextcloud/appdata/php/php-local.ini
This change was accepted by NextCloud - I can see new 1 GB PHP memory limit in NextCloud System report.
Create the task and delete any of the duplicate files found.
Deletion ends up with following:
Allowed memory size of 536870912 bytes exhausted (tried to allocate 94583200 bytes) at /app/www/public/lib/private/AppFramework/Middleware/CompressionMiddleware.php#88
Visible as pop-up info and in Administration settings -> Logging
Expected behavior
Deletion happens with no error.
Desktop (please complete the following information):
OpenMediaVault 7.4.7-1 (Sandworm), Debian based (see below), NextCloud instance running as docker container
Describe the bug
After creating the task I wanted to delete duplicate file. Deletion ends up with following:
Allowed memory size of 536870912 bytes exhausted (tried to allocate 94583200 bytes) at /app/www/public/lib/private/AppFramework/Middleware/CompressionMiddleware.php#88
I increased memory for php in NextCloud via (...)/nextcloud/appdata/php/php-local.ini
This change was accepted by NextCloud - I can see new 1 GB PHP memory limit in NextCloud System report.
Despite of the change error still remains.
Similar NC issue: nextcloud/server#31528
To Reproduce
Create the task and delete any of the duplicate files found.
Deletion ends up with following:
Allowed memory size of 536870912 bytes exhausted (tried to allocate 94583200 bytes) at /app/www/public/lib/private/AppFramework/Middleware/CompressionMiddleware.php#88
Visible as pop-up info and in Administration settings -> Logging
Expected behavior
Deletion happens with no error.
Desktop (please complete the following information):
OpenMediaVault 7.4.7-1 (Sandworm), Debian based (see below), NextCloud instance running as docker container
system info:
{
"nextcloud-version": "29.0.6.1",
"app-versions": {
"cloud_py_api-version": "0.1.9"
},
"is-videos-supported": true,
"is-snap": false,
"arch": "amd64",
"webserver": "nginx/1.26.2",
"database": {
"type": "mysql",
"version": "10.11.8",
"size": "168525824"
},
"php-version": "8.3.10",
"php-interpreter": "php",
"python-interpreter-setting": "/usr/bin/python3",
"os": "Linux",
"os-release": "6.1.0-25-amd64",
"machine-type": "x86_64"
}
The text was updated successfully, but these errors were encountered: