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 7862345 commit 1049ad5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docker/conf/php/escolalms-custom-develop-php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ output_buffering = 4096
realpath_cache_size = 256k
realpath_cache_ttl = 300

opcache.jit_buffer_size=100M
opcache.jit_buffer_size=2560M
opcache.enable=1
opcache.jit=function

opcache.revalidate_freq=0
opcache.validate_timestamps=1
opcache.max_accelerated_files=10000
opcache.max_wasted_percentage=10
opcache.interned_strings_buffer=16
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 1049ad5

Please sign in to comment.