Lately, I've been encountering a lot of ‘out of memory’ errors following the recent updates. The callin.io instance stops functioning and restarts itself...
This is an example workflow:
It processes 100 executions, sending them to a sub-workflow within callin.io for Airtable integration.
After completion, it pauses for 20 seconds, then triggers the next cursor via Webhook.
[Initially, I was utilizing the built-in callin.io API node and also encountered out-of-memory errors]
Details:
Hosted on a droplet with the following specifications: 1 GB Memory / 1 AMD vCPU / 25 GB Disk
I'm experiencing the same memory issue on a droplet with 2 GB Memory / 1 AMD vCPU / 50 GB Disk
.
{
"errorMessage": "Execution stopped at this node",
"errorDescription": "callin.io may have run out of memory while running this execution. More context and tips on how to avoid this <a href='https://docs.n8n.io/hosting/scaling/memory-errors/' target='_blank'>in the docs</a>",
"errorDetails": {},
"n8nDetails": {
"time": "2/8/2025, 1:26:55 AM",
"n8nVersion": "1.77.3 (Self Hosted)",
"binaryDataMode": "default",
"cause": {
"level": "error",
"tags": {}
}
}
}
It seems your topic is missing some crucial details. Could you please provide the following information, if it applies?
- callin.io version:
- Database (default: SQLite):
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app):
- Operating system:
This thread was automatically closed 90 days following the last response. New replies are no longer permitted.