add recommend memory limit

This commit is contained in:
nd 2020-03-04 13:35:50 +01:00
parent e729f386c4
commit f6887f80d3
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -3,3 +3,4 @@ nginx:
ini: ini:
post_max_size: "{{ nextcloud.upload_size_max }}" post_max_size: "{{ nextcloud.upload_size_max }}"
upload_max_filesize: "{{ nextcloud.upload_size_max }}" upload_max_filesize: "{{ nextcloud.upload_size_max }}"
memory_limit: 512M