diff options
| author | alex <alex@pdp7.net> | 2026-05-19 22:44:25 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-05-19 22:44:25 +0200 |
| commit | 1c375a0ccf03cc732c22548b931933d2a2746fa0 (patch) | |
| tree | 3b75cb042ff581c42c7e9866a7943a5de49b1e82 /personal_infra | |
| parent | 9fe37104e9c8d6409cefab69280f87330d69f553 (diff) | |
Add more memory to PHP
nextcloud-cron was running out of memory
Diffstat (limited to 'personal_infra')
| -rw-r--r-- | personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp | 7 |
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 + , + } } |
