-
@ ynniv
2025-05-24 04:16:31Yeah, I don't understand what's going on here. Unless you have 4GB of RAM, this shouldn't be a problem. Perhaps you're loading the whole UTXO set into memory? Or have too many peers? Try tuning your config for fewer resources: ``` maxconnections=40 maxuploadtarget=5000 dbcache=2000 ``` And potentially just ignoring mempool: ``` blocksonly=1 ```