- Notifications
You must be signed in to change notification settings - Fork8k
Closed
Description
Description
In my php.ini I have setopcache.interned_strings_buffer
to16
.
phpinfo()
confirms this:

Butopcache_get_status()
...

andphpinfo()
...

... showinterned_strings_usage['buffer_size']
as full at ~6mb.
I don't know if it's relevant, but opcache has enough free memory:

But theused_memory
andfree_memory
also add up to a different value than the1024
I set foropcache.memory_consumption
, although close.
PHP Version
8.2.8
Operating System
Ubuntu 20.04