Opcache missconfigured

Hello Community,
i have an annoying problem which follows me for quite a while now.

My NC is running on Debian 11 with Apache and MySQL and since quite some time it complains about the opcache.memory_consumption which should not be configured correctly.

I have had this problem with NC 23 and even with 24 it won´t disappear until i do a restart of the Apache. And even the message disappears just for a day or something.

So here is what my php.ini looks like at the opcache section (full php.ini: [PHP]engine = Onshort_open_tag = Offprecision = 14output_buffering - Pastebin.com) :

[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=2048
opcache.interned_strings_buffer=64
opcache.max_accelerated_files=10000
opcache.max_wasted_percentage=15
opcache.validate_timestamps=0
opcache.revalidate_freq=60
opcache.save_comments=1
opcache.mmap_base=0x20000000
opcache.file_cache_fallback=1

Any hints would be appreciated.

Thanks!