You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/11 01:47:10 UTC

[GitHub] [apisix] Hxhong commented on issue #7640: bug: memory leak

Hxhong commented on issue #7640:
URL: https://github.com/apache/apisix/issues/7640#issuecomment-1211471501

   > What kind of requests are you sending? Please give more details, thanks!
   
   This is the route I set:
   `
   curl http://127.0.0.1:9080/apisix/admin/routes/1234554321  -H 'X-API-KEY: 123qwe' -X PUT -d '
   {
       "methods": ["GET","POST","PUT","DELETE","OPTIONS"],
       "uris": ["/myapp", "/myapp/**"],
       "upstream": {
           "type": "roundrobin",
           "nodes": {
               "x.x.x.x:80": 1
           }
       }
   }'
   `
   
   The upstream is a front-end application of nginx agent. When I try other applications, there is also a memory leak problem. By the way, compared with the results after yesterday's test, the memory has not been released now.


-- 
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-unsubscribe@apisix.apache.org

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