From ea02509b7ca79f0fe297fb7d425287d8982f1b3c Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 5 Apr 2023 08:35:16 +0200 Subject: [PATCH] Apache would not start with 128mb --- customers/base/apache-php-configmap.yml | 2 +- customers/base/cli-php-configmap.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/base/apache-php-configmap.yml b/customers/base/apache-php-configmap.yml index 5802cc9..8d06115 100644 --- a/customers/base/apache-php-configmap.yml +++ b/customers/base/apache-php-configmap.yml @@ -153,7 +153,7 @@ data: [dba] ; Nothing here [opcache] - opcache.interned_strings_buffer=128 + opcache.interned_strings_buffer=64 [curl] ; Nothing here [openssl] diff --git a/customers/base/cli-php-configmap.yml b/customers/base/cli-php-configmap.yml index 59923b2..3e1354f 100644 --- a/customers/base/cli-php-configmap.yml +++ b/customers/base/cli-php-configmap.yml @@ -153,7 +153,7 @@ data: [dba] ; Nothing here [opcache] - opcache.interned_strings_buffer=128 + opcache.interned_strings_buffer=64 [curl] ; Nothing here [openssl]