From dc174bcae5009ce63f36e19548683c3b7dee3517 Mon Sep 17 00:00:00 2001 From: thiritin Date: Thu, 12 Sep 2024 10:11:46 +0200 Subject: [PATCH] increase mem limit --- .github/docker/php/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/php/php.ini b/.github/docker/php/php.ini index 524e211..e28c697 100644 --- a/.github/docker/php/php.ini +++ b/.github/docker/php/php.ini @@ -1,4 +1,4 @@ upload_max_filesize = 100M post_max_size = 100M -memory_limit = 256M +memory_limit = 1024M variables_order = "EGPCS"