Can not query dataset with 222M Edge in a bare metal server with 65GB Ram(Memory overflow)

The only logs that I see from docker-compose logs command when issue occurs is:

zero_1    | W0905 14:46:40.341596       1 raft.go:707] Raft.Ready took too long to process: Timer Total: 145ms. Breakdown: [{sync 117ms} {disk 28ms} {proposals 0s} {advance 0s}]. Num entries: 1. MustSync: true
zero_1    | E0906 04:13:30.790387       1 node.go:653] Error while trying to call ReadIndex: context deadline exceeded
zero_1    | E0906 04:13:45.762548       1 node.go:706] [0x1] While trying to do lin read index: context deadline exceeded
zero_1    | E0906 04:15:47.937404       1 node.go:653] Error while trying to call ReadIndex: context deadline exceeded
zero_1    | E0906 04:15:49.091850       1 node.go:706] [0x1] While trying to do lin read index: context deadline exceeded

Ratel UI output:


Did you mean any other kind of logs that doesn’t output to screen but to a file or something else ?

In my remote server, of course I can not resolve addresses such as server:7080 and zero:5080 since they are connected with a docker network bridge that means those containers are able to resolve each other but not from outside of the container network. Therefore, I am able to access those containers with those ports from localhost. Did I get what you mean or are you questioning something else which I missed?

BTW, thanks for your interest @MichelDiz