Enable JIT compilation for PHP.

This commit is contained in:
Buster Neece 2024-03-17 05:19:08 -05:00
parent a4bf4b6655
commit 9b3106eb7f
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ max_execution_time={{ default .Env.PHP_MAX_EXECUTION_TIME "30" }}
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.jit_buffer_size=100M
opcache.jit=tracing
{{if eq .Env.APPLICATION_ENV "production"}}
opcache.revalidate_freq={{ default .Env.PHP_OPCACHE_REVALIDATE_FREQUENCY "60" }}