godwokenrises / godwoken-kicker

one line command to start godwoken-polyjuice chain.
19 stars 24 forks source link

manual mode: call-polyman or polyjuice server always failed one when running on Mac M1 #113

Closed RetricSu closed 3 years ago

RetricSu commented 3 years ago

maybe relate to some diff behavior in docker-compose for ubuntu and m1

RetricSu commented 3 years ago

workaround: manual start the componets if it falied.

make start-polyjuice

or

make start-call-polyman
RetricSu commented 3 years ago

increase docker resource (like memory and swap) seems solve the problem. on docker-desktop, go to preference/advance/resource

relate: https://github.com/benweet/stackedit/issues/1177

image