rnewson commented on issue #5934:
URL: https://github.com/apache/couchdb/issues/5934#issuecomment-4241752473

   There's no compaction interval, compaction is triggered whenever needed, 
unless you've configured smoosh so it's not allowed to run.
   
   So, we at least know that compaction is not finishing, which is why disk 
space is not being released. Additionally it seems you do a lot of purging and 
it's implied that you haven't been compacting for quite some time. 
   
   For today I suggest you just replicate this database to a new database and 
make sure the compaction daemon is configured to run (the defaults are fine). 
Compact that new database manually and you should not see the errors you just 
showed. Delete the old database once you've switched over to the new database.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to