Description
In my php.ini I have set opcache.interned_strings_buffer to 16.
phpinfo() confirms this:
But opcache_get_status()...
and phpinfo()...
... show interned_strings_usage['buffer_size'] as full at ~6mb.
I don't know if it's relevant, but opcache has enough free memory:
But the used_memory and free_memory also add up to a different value than the 1024 I set for opcache.memory_consumption, although close.
PHP Version
8.2.8
Operating System
Ubuntu 20.04