Nextcloud update failing - how to set php memory > 512Mb?

Discussion in 'ISPConfig 3 Priority Support' started by tlove, Jul 8, 2021.

  1. tlove

    tlove Member HowtoForge Supporter

    Trying to update Nextcloud on a site hosted on an ISPCONFIG3 server. It is apparently failing due to lack of memory allocated to PHP which has to be over 512Mb. I'm unclear how best to do this in ISPCONFIG3 and welcome advice.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    On the options tab of the website, there is a field for custom php.ini settings, there you enter:

    memory_limit = 512M
     
    tlove likes this.
  3. tlove

    tlove Member HowtoForge Supporter

    Many thanks Till
     
  4. tlove

    tlove Member HowtoForge Supporter

    In case it is of help to anyone else having problems updating Nextcloud and running into time-outs, the CLI manual update
    sudo -u www-data php7.4 updater/updater.phar --no-interaction
    seems to avoid the time-out problem.
     

Share This Page