ansible-collection-nextcloud/roles/php/defaults/main.yml

17 lines
344 B
YAML
Raw Normal View History

2023-02-07 09:04:38 +01:00
---
2023-03-26 01:47:50 +01:00
php_version: "8.2"
php_use_sury_repo: false
2023-02-07 09:04:38 +01:00
php_ini:
PHP:
memory_limit: "512M"
2023-02-07 20:48:16 +01:00
upload_max_filesize: "2G"
2023-02-07 09:04:38 +01:00
opcache:
opcache.enable: "1"
opcache.memory_consumption: "256"
opcache.interned_strings_buffer: "32"
opcache.max_accelerated_files: "10000"
opcache.revalidate_freq: "60"
opcache.save_comments: "1"