RuntimeTools / cloud-diagnostics

Support for obtaining diagnostic dumps from Node.js applications in cloud deployments
Other
2 stars 1 forks source link

Heapdumps to local disk not working #5

Open rnchamberlain opened 6 years ago

rnchamberlain commented 6 years ago

Triggering a heapdump using kill -RTMIN+1 pid, using local storage (i.e. without object storage or persistent volumes) produces a log message, but no dump is actually written

cloud-diagnostics: heapdump written to local disk: /heapdump.2017113.9641.heapsnapshot

rnchamberlain commented 6 years ago

Fix in this pull request: https://github.com/RuntimeTools/cloud-diagnostics/pull/6