Chris pfp
Chris
@chrisdotn
Podman 5, a local graph node and a Mac M3 – a two day journey I'm using the graph for indexing. During dev, I'm running a local graph node with docker-compose against a local blockchain. This all worked fine on my Mac with podman. Then I upgraded podman to v5. Little did I understand the implications... 🧵⤵️
1 reply
0 recast
0 reaction

Chris pfp
Chris
@chrisdotn
Podman 5 needs new machines and in the process I deleted my graph-node image. Trying to re-build it didn't work, because the apple native hypervisor that podman 5 uses doesn't allow machines with more memory than physically available.
1 reply
0 recast
0 reaction

Chris pfp
Chris
@chrisdotn
However, building the graph image requires lots of RAM, which I didn't have. After a lot of back and forth, the solution was to spin up an EC2 instance with enough memory, build the image there and then use it locally. Had I only had that idea a little earlier... Now everything is working again! 😃
0 reply
0 recast
0 reaction