You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using YARP v.2.2.0-preview.1 (where KubernetesClient is update to v.10) and pattern of GC dumps have changed. Problem is not fully resolved, service continues to increse RAM usage daily. Here is comparison though 26 hours: one of the most numerable objects is CancelationTokenSource.
Also not sure, if such report would indicate a cyclic dependecy that prevents garbage collection:
While running YARP as ingress controller we see overall raising pattern of memory consumption and frequent restarts due to hitting pod limits.
To Reproduce
Run
release/2.1/samples/KubernetesIngress.Sample/Ingress
sample ingress for a breif while (10-15 minutes).Get a GC Dump.
Issue has a signature / related to: kubernetes-client/csharp#1123
Present in KubernetesClient.Basic v.9.0.28.
Fixed in KubernetesClient.Basic v.10.0.1
Further technical details
The text was updated successfully, but these errors were encountered: