adobe / aquarium-fish

Your best secure distributed heterogeneous dynamic compute resource manager for CI
Other
7 stars 2 forks source link

Added pprof into the node API to debug memory leaks #67

Closed sparshev closed 3 weeks ago

sparshev commented 1 month ago

Integrated pprof to get profiling of the running Fish node - really helpful to understand what's inside causing bugs.

Tried to implement through pperf.Index(), but it's processing only handlers without the advanced calls like trace & profile... So implementation is a bit bigger then could be...

Related Issue

64

Motivation and Context

In order to debug OOM's

How Has This Been Tested?

Manually

Types of changes

Checklist: