Add userConfig/php/custom.ini to fix apc

This commit is contained in:
2026-05-02 23:17:30 +08:00
parent 373c6e10f9
commit f5b014d6cc
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
apc.enabled=1
apc.shm_size=256M
apc.interned_strings_buffer=16
apc.max_file_size=10M
apc.ttl=7200