summaryrefslogtreecommitdiff
path: root/php-fpm/opcache.ini
blob: dcc670d7778e3bdfca2065d465fa75ec118d8fb4 (plain)
1
2
3
4
5
6
7
extension=opcache.so
opcache.enable="1"
opcache.memory_consumption="256"
opcache.use_cwd="0"
opcache.fast_shutdown="1"
opcache.max_file_size="0"
opcache.validate_timestamps="0"