mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-03 08:22:48 +08:00
18 lines
312 B
INI
18 lines
312 B
INI
; 内存不限制
|
|
memory_limit = -1
|
|
|
|
; 上传文件大小不限制
|
|
upload_max_filesize = -1
|
|
|
|
; 运行时长不限制
|
|
max_execution_time = 0
|
|
|
|
; POST大小不限制
|
|
post_max_size = -1
|
|
|
|
; 进程数不限制
|
|
pm = dynamic
|
|
pm.max_children = 150
|
|
pm.start_servers = 10
|
|
pm.min_spare_servers = 10
|
|
pm.max_spare_servers = 30 |