Skip to content

Commit

Permalink
Update php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jan 18, 2024
1 parent 89e0d43 commit c511299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ realpath_cache_ttl = 360

[Opcache]
opcache.enable_cli = 1
opcache.memory_consumption = 512M
opcache.memory_consumption = 256M
opcache.use_cwd = 0
opcache.max_file_size = 0
opcache.max_accelerated_files = 32531
opcache.validate_timestamps = 0

[JIT]
opcache.jit_buffer_size = 256M
opcache.jit_buffer_size = 128M
opcache.jit = tracing

[zlib]
zlib.output_compression = On
zlib.output_compression_level = 9
zlib.output_compression_level = 9

0 comments on commit c511299

Please sign in to comment.