Brand new to Prefect. Are there any special consi...
# prefect-server
s
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
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
Thank you!
z
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
That did it. It looks like docker is using 7.11gb via qemu-system-aarch64 😅