Re: GNUNet execution error
Christian Grothoff <[email protected]> Tue, 14 Nov 2023 10:57:03 +0100
| Newsgroups | gmane.network.gnunet.general |
|---|---|
| Message-ID | <[email protected]> |
This usually happens if your datastore is too slow to keep up with the number of queries you are receiving, so the queue builds up and is eventually forcefully bounded. Switching to a different database _may_ help (depending on how much bandwidth you have...), but ultimately we're aware that FS needs some significant work to reduce DB accesses for more reasonable performance. On 11/14/23 08:48, [email protected] wrote: > While running gnunet, nothing happens. Looking at the logs, I see a lot of these error messages (one every minute): > fs-<number> ERROR Request <memory address> of type 100 at head of datastore queue for more than 1 min > > I do not have the slightest idea of why this is happening > >