Skip to content

Commit

Permalink
Increase some realpath and opcache values in php config file
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss authored Nov 18, 2021
1 parent fd12b2d commit 083106c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions php/conf.d/custom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ expose_php = Off
log_errors = On
max_execution_time = 18000
memory_limit = 1G
realpath_cache_size = 1M
realpath_cache_ttl = 3600
post_max_size = 120M
realpath_cache_size = 10M
realpath_cache_ttl = 7200
sendmail_path = /usr/sbin/ssmtp -t
short_open_tag = Off
SMTP = maildev
Expand All @@ -35,8 +36,8 @@ opcache.force_restart_timeout = 600
opcache.interned_strings_buffer = 32
opcache.load_comments = On
opcache.log_verbosity_level = 2
opcache.max_accelerated_files = 32531
opcache.memory_consumption = 256
opcache.max_accelerated_files = 60000
opcache.memory_consumption = 512
opcache.save_comments = On
opcache.revalidate_freq = 0
opcache.validate_timestamps = On
Expand Down

0 comments on commit 083106c

Please sign in to comment.