DragonFly BSD
DragonFly kernel List (threaded) for 2011-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: swap or memory leak on recent master?


From: YONETANI Tomokazu <y0n3t4n1@xxxxxxxxx>
Date: Thu, 7 Jul 2011 23:22:45 +0900

On Thu, Jul 07, 2011 at 08:45:29AM +0100, Alex Hornung wrote:
> vmstat -m output might be helpful in seeing what M_foo has an
> unproportionally big amount of memory.

The swap Inuse stays at 3% after running pbulk for several hours
(even though all pbulk processes are terminated).
The top 5 entries in descending order of MemUse are as follow
(the full vmstat -m output are attached):

$ cat before_pbulk |sort -nr -tK -k1.27 |head -n5
      HAMMER-inodes 113936  99694K      0K134203388K    114223    0     0
             vnodes 119341  55942K      0K134203388K    119341    0     0
           vfscache 248639  23857K      0K  398975K    268917    0     0
               CCMS 119341  10256K      0K  398975K    119341    0     0
            callout      4   8192K      0K  398975K         4    0     0
$ cat after_pbulk |sort -nr -tK -k1.27 |head -n5
             vnodes 315239 147769K      0K134203388K    315239    0     0
      HAMMER-inodes 123586 108138K      0K134203388K   1871210    0     0
               CCMS 315239  27091K      0K  398975K    315239    0     0
           vfscache 276099  26056K      0K  398975K   3788091    0     0
            callout      4   8192K      0K  398975K         4    0     0

Attachment: vmstat-m.tar.gz
Description: application/tar-gz



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