Update error in plesk on virtual server

Hi, I am using NC under plesk in a virtual server system.I tried to update my NC from
28.0.2 to 28.0.14
PHP version: 8.3.23
memory_limit: 1024M
My PHP memory limit seems to be ignored. :thinking:

error message:
Execution filemng has failed with exit code 255, stdout: Nextcloud Updater - version: v28.0.2rc2-1-gba2e50f dirty Current version is 28.0.2. Update to Nextcloud 28.0.14 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-28.0.14.zip Open changelog ↗ Updater run in non-interactive mode. Start update Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [ ] Check for expected files ... e[2K[✔] Check for expected files [ ] Check for write permissions ... e[2K[✔] Check for write permissions [ ] Create backup ... e[2K[✔] Create backup [ ] Downloading ... e[2K[✔] Downloading [ ] Verify integrity ..., stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 229047432 bytes) in phar:///var/www/vhosts/domain.de/sub.domain.de/nextcloud/updater/updater.phar/lib/Updater.php on line 674

Any help is very appreciated!

PHP’s memory_limit parameter is set separately (typically) for the CLI mode of PHP. You may need to do it in a different config file.

Alternatively you can run PHP from the command line with the parameter explicitly - e.g.

php -d memory_limit=512M

Thank you, but I guess I need to use the plesk defaults. It does not allow me to set the limit by command line. I have checked the php.ini: the limit is 512M