更新docker配置

This commit is contained in:
2024-04-08 11:48:57 +08:00
parent 522461831f
commit 0cf8c1773c
4 changed files with 36 additions and 20 deletions

24
docker/zz-phprun.ini Normal file
View File

@@ -0,0 +1,24 @@
; 内存不限制
memory_limit = -1
; 上传文件大小不限制
upload_max_filesize = -1
; 运行时长不限制
max_execution_time = 0
; POST大小不限制
post_max_size = -1
[Zend Opcache]
opcache.enable = 1
opcache.memory_consumption=128
opcache.interned_strings_buffer=32
opcache.max_accelerated_files=80000
opcache.revalidate_freq=3
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.jit_buffer_size=128m
opcache.jit=1205