Luarx
Luarx
Execution layer: Erigon Network: Mainnet Lighthouse params: ``` "--debug-level=info", "--datadir=/beacondata", "--network=mainnet", "beacon_node", "--disable-enr-auto-update", "--enr-address=127.0.0.1", "--enr-tcp-port=9000", "--enr-udp-port=9000", "--port=9000" , "--discovery-port=9000", "--eth1", "--http", "--http-address=0.0.0.0", "--http-port=5052", "--metrics", "--metrics-address=0.0.0.0", "--metrics-port=5054", "--listen-address=0.0.0.0", "--target-peers=100", "--http-allow-sync-stalled", "--disable-packet-filter",...
@pawanjay176 discord user?
Thanks for your suggestion! Happy to know that it is possible to run as non-root and that it is documented 🙌 On the other hand, I think that it should...
Wdyt @EvgeniaBzzz ? 😄
We are also experimenting a **HUGE outboud traffic** since we upgraded from: `Erigon v2.42.0 + Lighthouse v4.1.0 `-> `Erigon v2.50.1 + Lighthouse v4.4.1` _Note: After upgrading to Erigon v2.53.2 the...
Sure @AskAlexSharov ! But could you create docker images for `network_v2.50.1` and `network_v2.53.2` (as we have also some nodes running this version) branches? We use Docker images to run our...
Probably a newbie question (excuse me if you have already considered that 🙏 ): As many comments in this issue are saying that from v2.49.0 the network usage was incremented...
@AskAlexSharov thanks for asking! But at least in this case, I have realised that the issues are related with **Lighthouse OOM from v4.6.0** (https://github.com/sigp/lighthouse/issues/4918) and I mixed the memory consumption...
Just to clarify, is it normal that 64 GB are not enought to run Erigon?
> I'm fairly sure this is the host's memory, not container memory limit. I wonder what could be causing this in some situations. Is there any solution for this? 🙏...