mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
c4df2049a8
* fix: Stop OOM crashed in Execution Data pruning Currently while pruning execution data, we are loading all the data in memory. For instances where there are thousands of executions, this causes the container to run out of memory. Since ids is all we need, we should only query for ids. * query for Executions only when ids are actually needed for pruning binary data in default mode the binary data is in the database, and will get pruned along with the executions. |
||
---|---|---|
.. | ||
@n8n_io/eslint-config | ||
cli | ||
core | ||
design-system | ||
editor-ui | ||
node-dev | ||
nodes-base | ||
workflow |