lightningnetwork / lnd

Lightning Network Daemon ⚡️
MIT License
7.71k stars 2.09k forks source link

[bug]: `lntest` hangs when attempting to create a 7th LND node #8579

Open ffranr opened 7 months ago

ffranr commented 7 months ago

The method lntest.HarnessTest.NewNode facilitates the creation of up to six new LND nodes seamlessly. Yet, initiating a seventh node induces a system hang. Theoretical limits on node instantiation within an itest should be solely governed by available RAM constraints.

Steps to reproduce

Reproduced here: https://github.com/lightningnetwork/lnd/pull/8578

yyforyongyu commented 7 months ago

This is because the --rpcmaxwebsockets setting, more details here.

ffranr commented 7 months ago

This is because the --rpcmaxwebsockets setting, more details here.

Thanks @yyforyongyu . Is there any ongoing work to fix this issue (or allow greater flexibility)?

Roasbeef commented 7 months ago

I think we can just increase the value in our deployment.