2023-02-07 09:04:38 +01:00
|
|
|
---
|
|
|
|
|
2023-03-26 01:47:50 +01:00
|
|
|
php_version: "8.2"
|
2024-04-14 19:12:40 +02:00
|
|
|
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"
|