-
Notifications
You must be signed in to change notification settings - Fork 901
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
Writing to the gossip file descriptor in connectd #4119
Comments
Seems we fail to write to the gossip file descriptor here: Lines 1418 to 1423 in ad049c3
Seems that the |
@cdecker thank you for the response but I'm afraid I can't help here since I don't understand what actually happens. I'm more like a lightningd user here. NIftynei just suggested to post an issue. |
Hey, @cdecker, I have the same error again on my node.
|
@engenegr What version? Did you try to update to some later version and re-run? |
I was wondering if this could be related to something on the disk: is the disk that the Are there any other logs, from As for the channel not being online: is it being closed, or just |
@jsarenik v0.9.1
I have some success with dmesg
Does it mean I need more RAM for the node? |
It does indeed, it looks like the 66MB that We are working on further reducing the memory-footprint, only loading the gossip map when it is needed, so it'll have short bursts of memory use, but the base state is far lower. See #4093 for details. An alternative to adding more RAM would be to add a swapfile that can be used to externalize some of the memory that is seldomly used. |
I have 1GB instance and usually, it has 760 out of 985MB busy. |
If it's just occasionally swamped then swap can help, however it's easy to end up in swap hell if the memory pressure persists or if the other processes on the system have memory-access patterns that are not compatible with swap (random access to memory that was just swapped out, large strides across many VM pages, etc). |
I will check and report if it occurs agian. Thank you very much for your support. |
I will check and report if it occurs again. Thank you very much for your support. |
Issue and Steps to Reproduce
My node on VPS just stopped working one day. All channels were offline and I found this error in
journalctl
Then found one channel force-closed but this is for an unknown reason. This channel https://ln.bigsun.xyz/channel/618125x2153x1
The text was updated successfully, but these errors were encountered: