Skip to content

Commit

Permalink
increase opcache settings for memory_consumption and max_accelerated_…
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
phoenix-bjoern authored Nov 11, 2022
1 parent d433ab6 commit 0f6b6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/docker/conf/php/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1788,14 +1788,14 @@ opcache.enable=1
opcache.enable_cli=0

; The OPcache shared memory storage size.
opcache.memory_consumption=256
opcache.memory_consumption=2048

; The amount of memory for interned strings in Mbytes.
;opcache.interned_strings_buffer=8

; The maximum number of keys (scripts) in the OPcache hash table.
; Only numbers between 200 and 1000000 are allowed.
;opcache.max_accelerated_files=10000
opcache.max_accelerated_files=60000

; The maximum percentage of "wasted" memory until a restart is scheduled.
;opcache.max_wasted_percentage=5
Expand Down

0 comments on commit 0f6b6a5

Please sign in to comment.