Hotte
New Pleskian
I do not understand opcache-settings, if I set opcache.interned_strings_buffer=16 the Status tells me 8M are allocated and nearly used!
Even if it would aloctes the additional block later; it should have done this already because of the usage of buffer_memory?
Also whatever amount of memory (1G or 3G) I set (opcache.memory_consumption) it is alwways used ~100%
All the PHP-Files Hosted are not that big...?
Does anyone have a clou on that ? - THANK YOU!
I also have that with APCu; it does not allocate the 64M but it is also used only 40%
Debian 9 / Plesk 17.8.11 / PHP7.2.14
Here my additionall PHP-Settings:
;SessionSettings
session.serialize_handler = igbinary
session.save_handler = memcached
session.save_path = "localhost:11211"
;OPCACHE SETTINGS
opcache.revalidate_freq=300
opcache.validate_timestamps=1
opcache.max_accelerated_files=32531
opcache.memory_consumption=1024
opcache.interned_strings_buffer=16
opcache.save_comments=1
opcache.max_wasted_percentage=5
;APCu SETTINGS
;apc.shm_segments = 2
apc.shm_size = 64M
apc.entries_hint = 10240
apc.serializer = igbinary
;MEMCACHED SETTINGS
memcached.serializer = igbinary
memcached.sess_locking = 0
;OPCACHE SETTINGS
opcache.revalidate_freq=300
opcache.validate_timestamps=1
opcache.max_accelerated_files=32531
opcache.memory_consumption=1024
opcache.interned_strings_buffer=16
;opcache.fast_shutdown=1
opcache.save_comments=1
opcache.max_wasted_percentage=5
AND opc-Status-gui

Even if it would aloctes the additional block later; it should have done this already because of the usage of buffer_memory?
Also whatever amount of memory (1G or 3G) I set (opcache.memory_consumption) it is alwways used ~100%
All the PHP-Files Hosted are not that big...?
Does anyone have a clou on that ? - THANK YOU!
I also have that with APCu; it does not allocate the 64M but it is also used only 40%
Debian 9 / Plesk 17.8.11 / PHP7.2.14
Here my additionall PHP-Settings:
;SessionSettings
session.serialize_handler = igbinary
session.save_handler = memcached
session.save_path = "localhost:11211"
;OPCACHE SETTINGS
opcache.revalidate_freq=300
opcache.validate_timestamps=1
opcache.max_accelerated_files=32531
opcache.memory_consumption=1024
opcache.interned_strings_buffer=16
opcache.save_comments=1
opcache.max_wasted_percentage=5
;APCu SETTINGS
;apc.shm_segments = 2
apc.shm_size = 64M
apc.entries_hint = 10240
apc.serializer = igbinary
;MEMCACHED SETTINGS
memcached.serializer = igbinary
memcached.sess_locking = 0
;OPCACHE SETTINGS
opcache.revalidate_freq=300
opcache.validate_timestamps=1
opcache.max_accelerated_files=32531
opcache.memory_consumption=1024
opcache.interned_strings_buffer=16
;opcache.fast_shutdown=1
opcache.save_comments=1
opcache.max_wasted_percentage=5
AND opc-Status-gui
