This repo provides the enterprise level features for the weave-gitops product, including CAPI cluster creation and team workspaces.
160
stars
29
forks
source link
investigate and fix potential goroutines leak within explorer #3338
Open
enekofb opened 1 year ago
Investigating memory usage increase for wge https://github.com/weaveworks/weave-gitops-enterprise/issues/3189
We have found that when enabled explorer we have a likely leak of goroutines as we see an ever-increasing number of goroutines
https://github.com/weaveworks/weave-gitops-enterprise/issues/3189#issuecomment-1711436718
However when explorer is disabled the number of goroutines remains stable
https://github.com/weaveworks/weave-gitops-enterprise/issues/3189#issuecomment-1713277560
AC