Commit 332cb0b
committed
chore(profiling): re-accept interval for memory profile collector [backport 3.12]
In #14205 we removed the `_interval` parameter for the
`MemoryCollector`.
This was a mistake. Now the memory profile collector thread basically
spins in a tight loop because the interval is 0. Add that parameter
back.
Backports #14276 to the 3.12 branch. This was fixed in 3.12.0 but
somehow didn't make it to 3.12.1 or 3.12.21 parent 9be6b31 commit 332cb0b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments