polarsignals / rust-jemalloc-pprof

Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.
Apache License 2.0
127 stars 12 forks source link

Support Windows #14

Open umanwizard opened 3 months ago

umanwizard commented 3 months ago

Cc @roblabla

roblabla commented 2 months ago

Yeah I'm working on this. It turned out to require changes across the stack:

I'm slowly working towards getting everything in a working state, before I start sending pull requests upstream.

umanwizard commented 2 months ago

That will be really awesome if you can get it working! Let me know if you need any help on this repo's side.