On Thu, Mar 08, 2018 at 11:20:56PM +0100, Daniel Alvarez wrote:
> Before this patch, the databases were automatically compacted when a
> transaction is logged when:
> 
> * It's been > 10 minutes after last compaction AND
> * At least 100 commits have occurred AND
> * Database has grown at least 4x since last compaction (and it's > 10M)
> 
> This patch changes the conditions as follows:
> 
> * It's been > 10 minutes after last compaction AND
> * At least 100 commits have occurred AND either
>    - It's been > 24 hours after the last compaction OR
>    - Database has grown at least 2x since last compaction (and it's > 10M)
> 
> Reported-by: Daniel Alvarez <dalva...@redhat.com>
> Reported-at: 
> https://mail.openvswitch.org/pipermail/ovs-discuss/2018-March/046309.html
> Signed-off-by: Daniel Alvarez <dalva...@redhat.com>

I applied this to master, thanks!

If you consider this a bug fix and want it on branch-2.9 also, let me
know.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to