chenglin321 commented on issue #6725: URL: https://github.com/apache/apisix/issues/6725#issuecomment-1477185932
> > > > 我们也发现了这个问题,之前以为是代码的问题,但是发现nginx进程实际占用的内存是非常小的,后面排查是因为写日志文件accesss.log/error.log过大,然后导致page cache会很大,因为k8s的内存统计是包括rss + buffer/cache的。 在执行执行echo "" > access.log之后发现内存是直线下降的。不知道这个问题是不是也是这个原因导致的。 > > > >  > > > > 解决办法:目前是通过log-rotate插件进行日志的滚动切割定期删除历史文件。 > > > > > > > > > 我们这边没有开文件日志,用的kafka-logger插件,也有泄漏问题。 > > > > > > 这个问题,有解决吗? > > This may be due to the in-memory logs save. 谢谢,这个有对应诊断分析的工具,我先自己诊断下? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
