Tweak php opcache

This commit is contained in:
Salt 2020-11-08 01:05:11 -06:00
parent 8c7ef95aa6
commit 63c982defb

View File

@ -82,6 +82,10 @@
- libapache2-mod-php
- php-zip # For Nextcloud
- php-pgsql # For general DB stuff
# Nextcloud recommended opcache settings
php_opcache_max_accelerated_files: 10000
php_opcache_memory_consumption: 128
php_opcache_revalidate_freq: 2
become: yes
tags: [ web, php ]
- role: git