aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-05-19 22:44:25 +0200
committeralex <alex@pdp7.net>2026-05-19 22:44:25 +0200
commit1c375a0ccf03cc732c22548b931933d2a2746fa0 (patch)
tree3b75cb042ff581c42c7e9866a7943a5de49b1e82 /personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp
parent9fe37104e9c8d6409cefab69280f87330d69f553 (diff)
Add more memory to PHP
nextcloud-cron was running out of memory
Diffstat (limited to 'personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp')
-rw-r--r--personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp7
1 files changed, 7 insertions, 0 deletions
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
+ ,
+ }
}