Increase Nextcloud PHP memory_limit to 768M.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 27 Oct 2024 20:26:23 +0000 (13:26 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 27 Oct 2024 20:26:23 +0000 (13:26 -0700)
Nextcloud 28 admin board complained that 512M was too little.

README.org
roles_t/core/tasks/main.yml

index 4c3bb8606c1538d0fdb06563879ffc0b6c3e20a9..9a968240dbf99af77709b6f72f27fdebcdfe65a4 100644 (file)
@@ -4339,7 +4339,7 @@ performance, as recommended by Nextcloud.
   lineinfile:
     path: /etc/php/8.2/apache2/php.ini
     regexp: memory_limit *=
-    line: memory_limit = 512M
+    line: memory_limit = 768M
 
 - name: Include PHP parameters for Nextcloud.
   become: yes
index 8e8fb1e9db8ba5810e372d749665ac21692088a3..2c7c6b08a8ba569c91e6cbaadb811ea020584524 100644 (file)
   lineinfile:
     path: /etc/php/8.2/apache2/php.ini
     regexp: memory_limit *=
-    line: memory_limit = 512M
+    line: memory_limit = 768M
 
 - name: Include PHP parameters for Nextcloud.
   become: yes