https://prefect.io logo
#prefect-server
Title
# prefect-server
s

sean williams

09/07/2021, 11:11 PM
Brand new to Prefect. Are there any special considerations when running
prefect backend server
on an M1 mac? It seemed to have issues with hasura and graphql, so I killed the process after about 30 mins. Thanks
FWIW,
python3 test_flow.py
had no issues in a "hello world" execution
z

Zanie

09/07/2021, 11:22 PM
We develop on M1 macs so there shouldn't be any real issues. You'll need to raise the amount of memory Docker Desktop allocates though for Hasura to run.
The Server repo will be helpful for server specific issues https://github.com/PrefectHQ/server/issues/249
s

sean williams

09/07/2021, 11:38 PM
Thank you!
z

Zanie

09/08/2021, 12:01 AM
Yep! Feel free to response here if you encounter anything else and I should be able to help you out
I was the first to get the M1 here and there were a lot of issues at first 😄
s

sean williams

09/09/2021, 7:59 PM
That did it. It looks like docker is using 7.11gb via qemu-system-aarch64 😅
2 Views