-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slower payments with clboss running #255
Comments
What version of CLBOSS are you running?
|
I am running clboss version v0.14.1-rc2 over lightning version v24.08-modded. |
I've noticed How many cores does your system have? |
The VM has four cores. I am okay with having one core at 100% as long as it's productive (I assume there is a lot to measure for 200 channels). The problem is the responsiveness and waiting 20-30 seconds for a payment to clear, which usually takes only a few seconds. |
I totally agree, I was making sure we weren't simply starving a single CPU ... |
Another resource I've had to tune is memory ... any chance your system is paging? I run |
Thank you, Ken, for looking into this. I have to walk back my claim that clboss is slowing payments down. After I restarted clboss, I now get comparable performances ("tested" by zapping notes of the same nostr account). Also, "topology" does not run at 100% but at around 35%. I am trying to understand why it is different this time, and I will check again with clboss running for at least 24 hours. If it stays like this, I will be pretty happy. 24 hours later: still everything working fine, topology at < 50%, no paging, payments without delay The Another observation that may or may not be relevant is that this time, compared to the last time I wrote, ChannelFinderByPopularity seems to be making real progress [plugin-clboss: ChannelFinderByPopularity: Progress: 10817 / 17348 (0.623530)]. Before, every time I checked, it seemed just to have started working on the first percent. Here is my
|
Your paging looks good. Hmm. I need to learn why CLBOSS is so Also, CLN is improving |
@ksedgwic it looks like CLN can be set to have |
Cool. On the command line, I have lately been using |
I am running node 02d695b01c7a6909e716c863fb39bc5fb7bbdc3824b7fdce53adc593e5be080e73 and have re-started clboss after several months of running the node without it. Clboss has been probing the network for three days straight and keeping topology at 100% CPU load. I also notice that payments (small and large) take significantly longer (20-30 s) than without clboss running (2-10s). Is this expected behavior, or must I change anything in my configuration?
The text was updated successfully, but these errors were encountered: