myH2Oservers
Verified User
We use Opcache for PHP caching. Since PHP continuously improves we are looking what the optimal Opcache settings could be. This is mainly regarding the following settings:
opcache.memory_consumption=3072
opcache.interned_strings_buffer=32
opcache.max_accelerated_files=40000
After tests it seems that setting the interned_strings_buffer too high this leads to a worse performance but not on every server. We are curious: what settings are you using for these 3 values? Ofcourse this will depend on how many websites and the specs of the server. Lets say the server has +/- 200 users/300 websites and 12 GB of memory. Please let me know what settings you are using, how many users/websites and what the specifications of the server are.
opcache.memory_consumption=3072
opcache.interned_strings_buffer=32
opcache.max_accelerated_files=40000
After tests it seems that setting the interned_strings_buffer too high this leads to a worse performance but not on every server. We are curious: what settings are you using for these 3 values? Ofcourse this will depend on how many websites and the specs of the server. Lets say the server has +/- 200 users/300 websites and 12 GB of memory. Please let me know what settings you are using, how many users/websites and what the specifications of the server are.