Background
Originally reported here: lightninglabs/loop#491
It looks like certain combinations of routerrpc.* settings can cause the path finding algorithm to search endlessly, using up a lot (and eventually all) memory available.
The settings in question were:
routerrpc.minrtprob=0.4
routerrpc.apriorihopprob=0.5
routerrpc.aprioriweight=0
My personal interpretation is that the combination of the min route probability of 40% with the a priori weight of 0 caused no routes to be found.
Background
Originally reported here: lightninglabs/loop#491
It looks like certain combinations of
routerrpc.*settings can cause the path finding algorithm to search endlessly, using up a lot (and eventually all) memory available.The settings in question were:
My personal interpretation is that the combination of the min route probability of 40% with the a priori weight of 0 caused no routes to be found.