Open chrisdrobison opened 6 months ago
Exit code 137 is OOM (out of memory)
hi @chrisdrobison - I'm doing the development for these quickstarts pretty exclusively on a Mac m1 so that gets some testing coverage. I cannot reproduce this yet.
Could you please share your memory and CPU before and after the dapr run ...
? I think @joebowbeer might be onto something with memory running out.
also note, you should be able to run this a folder higher /quickstarts/actors/csharp/sdk/
with a dapr run -f .
which runs all the services at once.
Ok, I will take a look and get back to you.
Expected Behavior
The actor service app runs without issue.
Actual Behavior
I'm on a Mac M1. Running:
from the actor quickstart crashes with an exit code of 137.
Here is my Dapr version info:
Steps to Reproduce the Problem