(no title)
damidekronik | 2 years ago
One issue I experience is that "Virtual Machine Service for Docker" is consistently sitting at 6gb ram. I am running in "linux/amd64" mode as I had some compatibility issues.
Another issue is that for some reason WebStorm sometimes works much worse than on linux which I used before the mac. As if WebStorm completely turns off some features (highlight, typechecking...) from time to time.
fernandotakai|2 years ago
we were having the same issue at work, and one of the solutions was move as many images to arm64 as possible.
so, things like postgresql, rabbitmq, redis are quite safe. it made development a lot faster and it was using a lot less memory.
the other thing was doing work on making sure our microservices were also arm64 compatible, which was not that hard given we mainly use python.