;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; OTIMIZAÇÕES PHP 8.3 PARA ZABBIX 7.0 LTS ; Arquivo: /etc/php/8.3/fpm/conf.d/99-zabbix.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PHP] memory_limit = 512M max_execution_time = 600 max_input_time = 600 max_input_vars = 10000 post_max_size = 50M upload_max_filesize = 50M date.timezone = America/Sao_Paulo ; Session (usando Redis) session.save_handler = redis session.save_path = "tcp://127.0.0.1:6379?auth=SuaSenhaRedisForteAqui123!" [opcache] opcache.enable = 1 opcache.memory_consumption = 256 opcache.interned_strings_buffer = 16 opcache.max_accelerated_files = 10000 opcache.revalidate_freq = 60 opcache.jit = tracing opcache.jit_buffer_size = 128M