<div dir="ltr"><div>Continue monitoring the wired pages (from systat -vm 1) on your system with the new kernel and see if those tick-up from day to day.<br><br></div>-Matt<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 18, 2015 at 3:49 AM, YONETANI Tomokazu <span dir="ltr"><<a href="mailto:y0n3t4n1@gmail.com" target="_blank">y0n3t4n1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On Sun, Aug 16, 2015 at 05:09:27PM -0700, Matthew Dillon wrote:<br>
> There are numerous possibilities.  For example, tmpfs use.  You could check<br>
> if the wired page count has become excessive (could be an indication of a<br>
> leak).  There was a bug fix made in master related to a memory leak from<br>
> locked memory that was fixed on July 12 (a51ba7a69d2c5084f2 in master), you<br>
> could try cherry-picking that one into your local tree and see if it helps.<br>
><br>
> You'll need to do some more investigation.  The most likely possibility is<br>
> tmpfs use.  The wired memory leak is a possibility too but depends on the<br>
> system workload.<br>
<br>
Thank you for the hints and cherry-picking the fix.  I updated the box<br>
with the new source this morning, and I'll come back with the new result<br>
later.<br>
<br>
On Sun, Aug 16, 2015 at 10:27:08PM +0800, Nuno Antunes wrote:<br>
> Any clue in vmstat -m ?<br>
<br>
On older kernel, it looked like this; mostly occupied by vfscache,<br>
then vnodes and HAMMER-inodes.  so I'm guessing either hammer cleanup,<br>
updating the locate db, or git pull may have increased the usage.<br>
tmpfs-related numbers were less than 100, on the other hand.<br>
<br>
$ sed -E 's/^(.{20})(.{7})(.*)$/\2&/' vmstat-m-before  |sort -nr |sed 's/^.......//' |head -n5<br>
           vfscache 881481  81743K      0K     764928K   1033104    0     0<br>
             vnodes 420508 170832K      0K  134203388K    420508    0     0<br>
      HAMMER-inodes 404482 353922K      0K  134203388K    416101    0     0<br>
      HAMMER-others   3994    720K      0K     764928K   3754450    0     0<br>
              devfs   3803    602K      0K     764928K      4382    0     0<br>
<br>
<br>
Best Regards,<br>
YONETANI Tomokazu.<br>
</blockquote></div><br></div>