From 1c375a0ccf03cc732c22548b931933d2a2746fa0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 19 May 2026 22:44:25 +0200 Subject: Add more memory to PHP nextcloud-cron was running out of memory --- personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'personal_infra/puppet') diff --git a/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp b/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp index 29753d5b..2a424dc9 100644 --- a/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp @@ -19,4 +19,11 @@ node 'nextcloud.h1.int.pdp7.net' { ensure => 'link', target => '/nextcloud/config.php', } + + file {'/etc/php.d/memory.ini': + content => @(EOT) + memory_limit = 256M + | EOT + , + } } -- cgit v1.2.3