Skip to content

Commit

Permalink
update some opcache settings for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Jan 22, 2023
1 parent 918f882 commit b766dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opt/php/opcache.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.validate_timestamps=0
opcache.revalidate_freq=0
;opcache.validate_timestamps=0
;opcache.revalidate_freq=0
opcache.memory_consumption=256
opcache.max_wasted_percentage=10
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=65407
opcache.jit=function
opcache.jit_buffer_size=64M
opcache.huge_code_pages=1
opcache.file_update_protection=0
;opcache.file_update_protection=0

0 comments on commit b766dfc

Please sign in to comment.