Skip to content

Commit

Permalink
[maintenance][docker]Increase opcache limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed May 4, 2022
1 parent 50be917 commit c40c39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/test/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ date.timezone=${PHP_DATE_TIMEZONE}
[opcache]
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=256
opcache.max_accelerated_files=32531
opcache.memory_consumption=1024
opcache.max_accelerated_files=65407
opcache.interned_strings_buffer=8
opcache.validate_timestamps=0
opcache.save_comments=1
Expand Down

0 comments on commit c40c39e

Please sign in to comment.