set php memory limit
#1422
|
Hi! I'm getting some memory limit errors and would like to change the memory_limit without losing data. What is the proper way? I found "-e NEXTCLOUD_MEMORY_LIMIT=1024" in the docs about this, but if I re-run the initial startup script, it looks like it will recreate it as it says it already exists and needs a different name. I also found how to do it in the container through /usr/local/etc/php/conf.d/nextcloud.ini but that is not persistent. Any basic docker tips about this? Thanks! |
Answered by
szaimen
Nov 21, 2022
Replies: 1 comment 1 reply
|
Hi,, you would basically need to stop the mastercontainer, remove it and use the same command that you've used to create the mastercontainer initially but add the environmental variable to that command. |
1 reply
Answer selected by
szaimen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,, you would basically need to stop the mastercontainer, remove it and use the same command that you've used to create the mastercontainer initially but add the environmental variable to that command.