hahayyum opened a new issue, #7949: URL: https://github.com/apache/apisix/issues/7949
### Current Behavior In the K8S environment, ingress and service will be created and deleted irregularly. The corresponding apisix ingress controller will listen to and initiate the creation and deletion of routes and upstream requests. At this time, the memory will keep growing slightly. In our environment, we add and delete an ingress and service every minute. The memory increases by 1~2M every hour and by about 40M a day。 The total number of ingress and upstream is about 50! Note: Each ingress and service are different Note: Online environment cannot be upgraded ### Expected Behavior After the memory grows to a certain value, it fluctuates up and down or is stable. It should not keep growing ### Error Logs _No response_ ### Steps to Reproduce 1、k8s environment 2、create service and pod => Name is different every time 3、create ingress => Name and path is different every time 4、Initiate request => use path 5、delete service 6、delete ingress ### Environment - APISIX version v2.7 - k8s v1.19.4 Note: Online environment cannot be upgraded -- 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]
