qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 4/5] qcow2: Set the default cache-clean-inter


From: Leonid Bloch
Subject: Re: [Qemu-devel] [PATCH v3 4/5] qcow2: Set the default cache-clean-interval to 30 seconds
Date: Wed, 8 Aug 2018 15:17:47 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/08/2018 02:57 PM, Alberto Garcia wrote:
On Wed 08 Aug 2018 01:49:08 PM CEST, Leonid Bloch wrote:
On 08/08/2018 02:47 PM, Alberto Garcia wrote:
On Wed 08 Aug 2018 09:10:50 AM CEST, Leonid Bloch wrote:
The default cache-clean-interval is set to 30 seconds, in order to lower
the overhead of the qcow2 caches (before the default was 0, i.e.
disabled).

Signed-off-by: Leonid Bloch <address@hidden>

Reviewed-by: Alberto Garcia <address@hidden>

+#define DEFAULT_CACHE_CLEAN_INTERVAL 30  /* seconds */

I wonder if it shouldn't be a bit higher, though. Isn't 30 seconds too
low for a default?

I also had this thought. What would you suggest?

I don't know, 5 minutes at least. It should discard cache entries that
haven't been used in a while.

It my opinion the default should be for saving memory in VMs that are
mostly idle. If the VM is more or less active I wouldn't want to clean
cache entries that are used frequently.

How about 10 minutes?

Leonid.


Berto




reply via email to

[Prev in Thread] Current Thread [Next in Thread]