Hello everyone, I am getting this error message, n...
# ask-community
n
Hello everyone, I am getting this error message, not sure what it means and why it happened. Dagster version: 0.12.15
a
“execution terminated by interrupt” is only useful information in those logs. Something (likely the operating system) sent a signal (SIGKILL, SIGTERM) that interrupted the process that was driving the run causing it to terminate.
more recent versions of dagster should have better error messages for these situations
n
Thanks for the quick response @alex. What could be a likely reason for OS sending SIGKILL/SIGTERM signals?
a
using too much memory is one possibility but its hard to say for sure
n
okay, thanks. I'll try to pull up mem stats and see if i find something.
Hi @alex, I checked mem/cpu usage. It looks fine to me. Any other theories?
a
there may be some operating system logs that have information