1 2 3 4 5 |
kubectl exec -n nextcloud -it nextcloud-696fc89bbc-dh6hd -- su -s /bin/sh -c 'php -d memory_limit=512M /var/www/html/occ upgrade' - www-data/pre> memory_limitを割り当てないと以下のようなエラーがでた。 <pre class="lang:default decode:true " >PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 43673536 bytes) in /var/www/html/lib/private/Installer.php on line 250 |