You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Anubis configured to use the bbolt storage backend. I did a quick check on the folder containing the bbolt database, and I was surprised it was taking 2.2 GB:
~: ls -lh storage/
total 2.2G
-rw------- 1 232072 231072 2.2G Sep 7 17:53 anubis.bdb
Thankfully I don't have problems with space. However, maintaining a 2.2GB file may be challenging in terms of performance if it needs to be read/written often. I have some questions:
It has grown that size for about a month. Is it supposed to grow unconstrained until it fills the entire disk?
If it's expected to grow without a limit, should I periodically delete the file to reclaim its space? It would be good if noted in the docs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have Anubis configured to use the bbolt storage backend. I did a quick check on the folder containing the bbolt database, and I was surprised it was taking 2.2 GB:
Thankfully I don't have problems with space. However, maintaining a 2.2GB file may be challenging in terms of performance if it needs to be read/written often. I have some questions:
Beta Was this translation helpful? Give feedback.
All reactions