TrueNas Scale Nextcloud Memory Limit

barti04

Cadet
Joined
Aug 12, 2021
Messages
2
Hi Guys,

I Want to raise the PHP Memory Limit of my official Nextcloud Chart. I see no option to do so in the UI. I tried to manually override the .ini file in the Nextcloud instance, but it gets overridden on every restart.
Is there any way to set the memory limit persistent?
 

JoelJames

Cadet
Joined
Jan 16, 2022
Messages
5
I know the question was posted a month ago but I just figured this out a few weeks ago.

Create a php configuration directory under you nextcloud instances and copy the php files from the docker image to here. Then create a Extra Host Path. ANy php changes you make will not be overwritten.

Configure Nextcloud Extra Host Path Volume
Nextcloud Host Path Volume -> Mount Path in Pod -> /usr/local/etc/php
Host Path-> /mntt/DATADRIVE/NEXTCLOUD/phpfolder


Joel
 
Top