Felix Hildebrandt
Felix Hildebrandt
Took over changes and fixed merge conflicts in #992
Thanks for the feedback, @CJ42. As you can see from the removed WIP banner, this guide was quite outdated. Descriptions were duplicated, code snippets did not work, and the playground...
GM, wow, thanks for the quick response. Yeah my flags are included in the config files/parameters above: [prysm.yaml](https://github.com/lukso-network/network-configs/blob/main/mainnet/prysm/prysm.yaml) and [validator.yaml](https://github.com/lukso-network/network-configs/blob/main/mainnet/prysm/validator.yaml) Actually, I've already adjusted the max peers to `100`, should've...
> Try turning off subscribe all subnets. That uses a huge amount of memory and is rarely necessary > Also lower your max peers to something sensible like 100. Both...
Thanks for the active replies and work on this front, @prestonvanloon, @nisdas, and @rkapka 🙏🏻 I've seen many bug fixes and improvements in versions 5.0.4 and 5.1.0 that might have...
**Update**: After testing, I updated my production environment to 5.0.4, the latest version that [LUKSO currently supports](https://github.com/lukso-network/tools-lukso-cli) @mxmar @wolmin. Unfortunately, after four days of running, Prysm stacks up a lot...
It seems the issue was that setting `subscribe-all-subnets` to `false` does not work correctly. I resolved the issue by simply removing the parameter. I also turned the slasher off to...