Running actor service app on a MacOS M1 crashes
Expected Behavior
The actor service app runs without issue.
Actual Behavior
I'm on a Mac M1. Running:
dapr run --app-id actorservice --app-port 5001 --dapr-http-port 3500 --resources-path ../../../resources -- dotnet run --urls=http://localhost:5001/
from the actor quickstart crashes with an exit code of 137.
Here is my Dapr version info:
CLI version: 1.13.0
Runtime version: 1.13.2
Steps to Reproduce the Problem
- Follow the instructions for the actor quickstart app
- Run the line to start the actor service app
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.
please reopen if this is persisting. We'd fix it.