automatic switch to dhtclient on devices with low memory
Open
kind/enhancement
need/analysis
topic/config
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
Taking part on the DHT will cause much more open connections and a lot of database writes/reads. If we switch to dhtclient we can automatically reduce the memory consumption like on systems with lower than 4 GB of memory.
This avoids that systems with low amounts of memory take part in the DHT slowing down responses.
This should be announced by a message on daemon-start, to notify the user that the config was overruled.
Contributor guide
Assessment
This issue has not been assessed yet.