-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
best practices to run a big ipfs node #5013
Comments
Note that if you need |
Wow big thx. It’s working well now. And I’m able to fetch content pinned on my ipfs node. |
I'm glad @magik6k's advice sorted you out. You also might want to look into using ipfs-cluster |
Can You get heap/goroutine dump? https://github.com/ipfs/go-ipfs/blob/master/docs/debug-guide.md Were you adding data when this happened or was it just a daemon running? If you were adding something, what was the structure of the data (roughly, e.g. 'big directories, many small files', 'deep directory tree with some big files', etc.) |
Hi @magik6k I've added additionnal informations in #5046 The following behavior appears when running the daemon (no add no ls). The dump |
Hello.
Version information:
0.4.14
Type
Question.
I want to know best practices in order to run a big ipfs node (pin > 50 GB)
Description:
I'm hosting a an ipfs node (0.4.14) on a VPS server (Ubuntu 16.04).
I'm currently pinning more than 20GB and I regularly have the following errors :
09:15:14.085 ERROR mdns: mdns lookup error: failed to bind to any unicast udp port asm_amd64.s:2361
09:15:24.085 ERROR mdns: mdns lookup error: failed to bind to any unicast udp port asm_amd64.s:2361
09:15:34.085 ERROR mdns: mdns lookup error: failed to bind to any multicast udp port asm_amd64.s:2361
09:15:44.085 ERROR mdns: mdns lookup error: failed to bind to any unicast udp port asm_amd64.s:2361
I'm currently running the deamon like this
I would like to know if I need to upgrade my server, enhance max number of opened files or configure another thing.
My goal is to pin more than 50GB.
The text was updated successfully, but these errors were encountered: