1
Bug Reports / Re: Cannot load budgets due to memory limits
« Last post by jat255 on November 11, 2022, 11:48:26 AM »@alex, I've been running Financier self-hosted now for about a year or so, which has been working well.
I haven't run into the strange memory error again, but my DB is still taking a _long_ time to initially sync. Looking at the network traffic, this is because the app is making calls to https://host/db/userdb-abcxyz/_bulk_get?revs=true&latest=true that take about 3 minutes to load 200 kB, and it keeps repeating that for quite a while.
This definitely isn't a network issue, since it's all self-hosted on my LAN, and the host, while not the most powerful machine in the world, the couchdb processes are using only about 5-6% of the CPU during the initial download, so I'm not sure where the hangup is coming from.
Have you seen anything like this/do you have any suggestions?
EDIT: it finally finished, and took 1.4 hours to download 14.8MB, according to my DevTools network pane. Thankfully I don't have to do this too often, but I'm wondering if there's some way to fix it. I found this: https://github.com/apache/couchdb/issues/4183 which suggests there have been some recent changes to couchDB (not yet released) that may help things. Just wondering if there's anything that can be done on Financier's side
I haven't run into the strange memory error again, but my DB is still taking a _long_ time to initially sync. Looking at the network traffic, this is because the app is making calls to https://host/db/userdb-abcxyz/_bulk_get?revs=true&latest=true that take about 3 minutes to load 200 kB, and it keeps repeating that for quite a while.
This definitely isn't a network issue, since it's all self-hosted on my LAN, and the host, while not the most powerful machine in the world, the couchdb processes are using only about 5-6% of the CPU during the initial download, so I'm not sure where the hangup is coming from.
Have you seen anything like this/do you have any suggestions?
EDIT: it finally finished, and took 1.4 hours to download 14.8MB, according to my DevTools network pane. Thankfully I don't have to do this too often, but I'm wondering if there's some way to fix it. I found this: https://github.com/apache/couchdb/issues/4183 which suggests there have been some recent changes to couchDB (not yet released) that may help things. Just wondering if there's anything that can be done on Financier's side