I'm capturing the memory dump when w3wp reaches the memory threshold via cmd/Powershell.
The problem here is that the process of cmd/Powershell auto terminates after some hours and did not capture any dump as did not reach the memory threshold.
process [7784] terminated! Press ENTER to start a new cmd process.
I have to run it again
So do you know how to restart/re-run the command after the old cmd/Powershell process terminated?
My command is simple here
procdump -accepteula -ma 5246 -m 13312 -s 5 -n 1 D:\home\Logfiles\
Thank you.