X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fphp5%2Ffpm%2Fphp.ini;h=80d508fc640cf0600a1be9354d5e79c76b4e9ee0;hp=223fb07a85fca6ceef4f17b1ae128348b1e9c0e4;hb=ea25a0afef2979fd8df2d62b42fd5491ac5a2f2e;hpb=f9f97cade4c5d72e94c3c8b095f31b2b70e24af9 diff --git a/etc/php5/fpm/php.ini b/etc/php5/fpm/php.ini index 223fb07..80d508f 100644 --- a/etc/php5/fpm/php.ini +++ b/etc/php5/fpm/php.ini @@ -95,6 +95,14 @@ mysqli.reconnect = Off [mysqlnd] mysqlnd.collect_memory_statistics = Off mysqlnd.collect_statistics = On +[opcache] +opcache.enable = 1 +opcache.enable_cli = 1 +opcache.interned_strings_buffer = 8 +opcache.max_accelerated_files = 10000 +opcache.memory_consumption = 128 +opcache.save_comments = 1 +opcache.revalidate_freq = 1 [ODBC] odbc.allow_persistent = On odbc.check_persistent = On