From eb433eb1ee1818e7e87eb68604b7fbea216fcf43 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 5 Apr 2023 08:10:49 +0200 Subject: [PATCH] Fix warning about interned strings on some nodes --- 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 6155bb8..5802cc9 100644 --- a/customers/base/apache-php-configmap.yml +++ b/customers/base/apache-php-configmap.yml @@ -153,7 +153,7 @@ data: [dba] ; Nothing here [opcache] - ; Nothing here + opcache.interned_strings_buffer=128 [curl] ; Nothing here [openssl] diff --git a/customers/base/cli-php-configmap.yml b/customers/base/cli-php-configmap.yml index 73b995c..59923b2 100644 --- a/customers/base/cli-php-configmap.yml +++ b/customers/base/cli-php-configmap.yml @@ -153,7 +153,7 @@ data: [dba] ; Nothing here [opcache] - ; Nothing here + opcache.interned_strings_buffer=128 [curl] ; Nothing here [openssl]