Skip to content

Commit

Permalink
php 83 develop alpine opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wojczal committed Jan 10, 2025
1 parent 892af3d commit 7862345
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker/conf/php/escolalms-custom-develop-php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,22 @@


extension=excimer.so

output_buffering = 4096

realpath_cache_size = 256k
realpath_cache_ttl = 300

opcache.jit_buffer_size=100M
opcache.enable=1

opcache.fast_shutdown=1
opcache.file_update_protection=0
opcache.validate_timestamps=0
opcache.interned_strings_buffer=16
opcache.memory_consumption=516
opcache.max_accelerated_files=4000
opcache.max_wasted_percentage=5
opcache.use_cwd=1
opcache.save_comments=1
#opcache.enable_cli=1

0 comments on commit 7862345

Please sign in to comment.