php: By default, allow 128M for OpCache (instead of 64M)
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Ludovic Poujol 2019-08-21 15:55:44 +02:00
parent f5f4a82114
commit e2fd56bdcd
3 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ The **patch** part changes incrementally at each release.
* squid: Remove wait time when we turn off squid
* evomaintenance: Turn on API by default (instead of DB)
* evomaintenance: upstream version 0.5.1
* php: By default, allow 128M for OpCache (instead of 64M)
### Fixed
* lxc-php: Don't remove the default pool

View File

@ -15,6 +15,8 @@
- { option: "log_errors", value: "On" }
- { option: "html_errors", value: "Off" }
- { option: "allow_url_fopen", value: "Off" }
- { option: "opcache.memory_consumption", value: "128M" }
- { option: "opcache.max_accelerated_files", value: "8000" }
- name: Disable PHP functions
ini_file:

View File

@ -15,6 +15,8 @@
- { option: "log_errors", value: "On" }
- { option: "html_errors", value: "Off" }
- { option: "allow_url_fopen", value: "Off" }
- { option: "opcache.memory_consumption", value: "128M" }
- { option: "opcache.max_accelerated_files", value: "8000" }
notify: "restart {{ php_fpm_service_name }}"
- name: Disable PHP functions for FPM