Nextcloud version 11.0.4
Operating system and version Ubuntu 16.04.1
Apache or nginx version 2.4.18 :
PHP version 7.0.22
Is this the first time you’ve seen this error?:yes
Can you reliably replicate it? (If so, please outline steps):
Upgrade from Upgrade 11.0.4->11.0.5 failed see next point
The issue you are facing:
root@blabla:/var/www/blabla# sudo -u www-data php occ upgrade
PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 73728 bytes) in /var/www/blabla/3rdparty/composer/autoload_static.php on line 323
I tried to give php more memory (up to 4096MB) and I could see it using phpinfo() - but the output of
sudo -u www-data php occ upgrade was always the same "PHP Fatal error: Allowed memory size of 2097152 bytes exhausted"
as if nothing happens…
PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in /var/www/mydomain.com/public_html/vendor/composer/autoload_static.php on line 3681