qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] coroutine pool memory usage


From: Peter Lieven
Subject: [Qemu-devel] coroutine pool memory usage
Date: Thu, 27 Aug 2015 11:26:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi,

i was debugging increased memory footprint of qemu over the past time and found 
that the coroutine
pool heap usage can grow up to 70MB by just booting an Ubuntu Live CD. And 
those 70MB are never
freed.

Is this expected? Wouldn't it make sense to asynchronically throw some 
coroutines (or at least their stack)
away if there is no I/O?

Does anyone have a pointer to benchmarks of coroutine performance for NAS 
(iSCSI / NFS) with and without
freelist? I would think that it only has significant impact for local (SSD) 
storage?

Thanks,
Peter






reply via email to

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