From b97ff4de5d0877d9455ad1f7cfdac2f867b9e925 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:31 +0200 Subject: [PATCH] feat: add 512M memory for web1 --- production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/production.yml b/production.yml index 6456c3f..ab5c0ef 100644 --- a/production.yml +++ b/production.yml @@ -159,6 +159,7 @@ phpservers: hosts: web1.dmz.mateu.be: php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'curl', 'gettext', 'imap', 'zip', 'apcu'] + php_memory_limit: "512M" web2.dmz.mateu.be: php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'xml', 'bcmath', 'curl', 'imagick'] web3.dmz.mateu.be: