enabele opcache

This commit is contained in:
stubbfel
2017-11-26 17:11:43 +01:00
parent ad8425b954
commit 92a742f742

View File

@@ -98,4 +98,14 @@
pm.max_requests = 200 pm.max_requests = 200
''; '';
}; };
services.phpfpm.phpOptions = ''
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
'';
} }