Postgres replica failed to connect

Port 5433 connects directly to postgres, bypassing the built in proxy. This will connect you to the leader or a replica. It seems like the queries you’re running are running both nodes out of memory.

More memory is definitely the fix!