fix: speed up local Docker PHP APIs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
; Keep source changes immediately visible while avoiding repeated PHP compilation.
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.memory_consumption=128
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.validate_timestamps=1
|
||||
opcache.revalidate_freq=0
|
||||
opcache.save_comments=1
|
||||
Reference in New Issue
Block a user