16 lines
344 B
YAML
16 lines
344 B
YAML
---
|
|
|
|
php_version: "8.2"
|
|
php_use_sury_repo: false
|
|
|
|
php_ini:
|
|
PHP:
|
|
memory_limit: "512M"
|
|
upload_max_filesize: "2G"
|
|
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"
|