Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
设置:PHP 5.3 + FastCGI + suExec
我们注意到 APC用户缓存会自动清除,而且清除得太频繁(在 3-4 分钟内)。
但我们无法找出原因。
usr_ttl 设置为 7200。Apc.php 显示只有 25% 的可用 256MB 被使用过。所以它不是内存/ ttl问题。
有人提到 FastCGI 进程之间不共享 APC 用户缓存。会不会是这个原因?
请建议。