You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; php.ini
; maximum memory that OPcache can use to store compiled PHP files
opcache.memory_consumption=256
; maximum number of files that can be stored in the cache
opcache.max_accelerated_files=20000
The text was updated successfully, but these errors were encountered:
Drupal 8 use Symfony. The symfony documentation recommended change the OPcache configure values memory_consumption and max_accelerated_file for Maximum Performance: https://symfony.com/doc/current/performance.html#configure-opcache-for-maximum-performance
The text was updated successfully, but these errors were encountered: