microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Low-memory detection should report what processes are using memory #3407

Open Porges opened 1 year ago

Porges commented 1 year ago

When we detect low-memory conditions we kill the task. When we do this, we should report what is using the memory.

AB#164452