Dump pprof when orbit is given a SIGUSR1. Fixes #8456 (#8485)

Co-authored-by: Roberto Dip <me@roperzh.com>
This commit is contained in:
Artemis Tosini
2022-10-28 16:39:47 -04:00
committed by GitHub
co-authored by Roberto Dip
parent c51927e873
commit a0b11a29d2
4 changed files with 81 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
- On Unix systems, dump pprof data into a `profiles` directory in the orbit root dir
when receiving a SIGUSR1. This is to assist debugging for memory leaks