Memory monitoring in n8n

please add the option to see how much memory is consumed and how much memory is available on specific instance.

also i need you to add to dashboard the ability to see which workflow cause spikes

I believe relevant info can be found here

1 Like

+1 on this, especially the per-workflow memory spike tracking. On self-hosted instances, the current workflow is to grep Docker logs or watch docker stats externally when something OOMs — there’s no in-n8n visibility into which specific workflow execution caused the spike.

Being able to see per-execution memory usage in the execution log (even just a peak MB value) would make diagnosis much faster. The dashboard view for cross-workflow comparison would be a bonus on top of that.