PHP APC 正常运行时间问题
我在 LAMP 上使用 替代 PHP 缓存 (APC)。它工作得很好,直到昨天我更新了网站并更改了一些 MySQL 查询(我不 我不知道它会如何影响 APC 操作码缓存。)
今天我发现服务器上的负载增加了,并且我在替代 PHP 缓存中看到,APC 的正常运行时间约为 15 分钟,然后它重新启动。
此时,APC 缓存仅占可用 30 MB 的大约 20%。仅用于操作码缓存。在这 15 分钟内,缓存运行良好(99.8% 缓存命中)。在这次不必要的重启之后,APC 缓存为空。为什么会重启?我在哪里可以找到它的日志?
I am on LAMP with Alternative PHP Cache (APC). It worked fine until yesterday when I updated the website and changed a few MySQL queries (I don't see how it would affect the APC opcode cache.)
Today I see that the load has increased on the server and I see in Alternative PHP Cache, that the uptime of APC is somewhere around 15 minutes and then it gets restarted.
At this point the APC cache is only about 20% full of the available 30 MB. Using for opcode cache only. During this 15 minutes the cache works fine (99,8% cache hits). After this unwanted restart the APC cache is empty. Why is it restarting? Where can I find the logs for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正是 cPanel 更新导致 Apache 每 15 分钟正常重启一次。
It was a cPanel update that caused Apache to restart gracefully every 15 minutes.