-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Describe the problem
To Reproduce
- use
pprofin operator , and the code in cmd/manager/main.go
go func() {
ip := "0.0.0.0:6060"
if err := http.ListenAndServe(ip, nil); err != nil {
fmt.Printf("start pprof failed on %s\n", ip)
os.Exit(1)
}
}()
- kubectl apply -f xxxx
- see the alloc objets in
localhost:6060, found it is increasing.
Expected behavior
Environment:
- RadonDB MySQL version: operator
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working