GBBx

Results 7 comments of GBBx

Updating to 3.3.0 rc6 does not make any difference. I increased the memory to 80 GB which allowed it to synchronise for a few more days but now it's OOM...

Hi @AskAlexSharov, thank you very much for the hints. I didn't find anything useful in the logs. I had tried to run Erigon on different machines, then copied the data...

Hi @AskAlexSharov , I tried these integration commands but they did not solve the problem. I dropped the whole data and started to synchronise from scratch. After 4 days it...

I removed the rpcdaemon just to try something new. The logs look like this (it's been running for 50 minutes): ``` [INFO] [08-18|13:30:10.991] [1/16 Headers] Wrote block headers number=20549231 blk/second=0.000...

Hi @muayyad-alsadi , thanks for the hint. I did have CNI but now I have netavark: ``` podman info --format {{.Host.NetworkBackend}} netavark ``` And it still does not work. My...

I understood the one container cannot reference the other as "localhost" or "127.0.0.1" anymore but it works with the container name. Thanks for the help.

Hi, I also ran into this issue but then I realized I need to run a background and a server process. Now it works. The docker-compose file is a good...