pguokun opened a new issue #6725:
URL: https://github.com/apache/apisix/issues/6725


   ### Current Behavior
   
   ## 环境
   服务器配置:阿里云(8核 32G)
   操作系统:CentOS 7.9
   
   ## 问题现象:内存持续涨
   
![image](https://user-images.githubusercontent.com/15042141/160220515-2f6f890a-160d-4909-b5df-a38faf07d5a7.png)
   
   ## apisix自定义配置
   http_configuration_snippet配置:
       client_header_buffer_size 4k;
       client_body_buffer_size  512k;
       large_client_header_buffers 4 32k;
       sendfile on;
       tcp_nopush     on;
       tcp_nodelay on;
       proxy_connect_timeout    300;
       proxy_read_timeout       300;
       proxy_send_timeout       300;
       proxy_buffer_size        32k;
       proxy_buffers            4 16k;
       proxy_busy_buffers_size 32k;
       proxy_temp_file_write_size 32k;
   其他配置都是开源版本默认
   
   ## 插件使用
   kafka-logger
   prometheus
   zipkin
   
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1、阿里云-容器服务 ACK helm安装
   2、apisix日志推送到kafka
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.12.1
   - Operating system (run `uname -a`): Linux apisix-6d7cd4c778-28jgx 
3.10.0-1160.15.2.el7.x86_64
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 
openresty/1.19.9.1
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`): 无
   - APISIX Dashboard version, if relevant: 2.10.1
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to