On 2014-05-15, Stuart Henderson <s...@spacehopper.org> wrote: > On 2014-05-15, Tristan PILAT <tristan.pi...@gmail.com> wrote: >> So apps are using around 200M of RAM but where is the rest? vmstat is not >> very useful for me, or maybe i'm not able to understand it. > > The information might be in here but the line-wrapping makes it unreadable. > It would also be useful to include netstat -m. Can you try with a newer > OpenBSD version? 5.2 is a bit old .. > >
A reader was nice enough to cut through the mangled formatting and point this out off-list: Name Size Requests Fail InUse Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle pfruleitempl 24 2224044085 933 50224416 303139 572 302567 302567 0 8 0 Perhaps it could be the bug fixed by this commit: $ acvs log -r1.841 -N sys/net/pf.c RCS file: /cvs/src/sys/net/pf.c,v Working file: sys/net/pf.c head: 1.877 branch: locks: strict access list: keyword substitution: kv total revisions: 936; selected revisions: 1 description: ---------------------------- revision 1.841 date: 2013/10/09 09:32:01; author: camield; state: Exp; lines: +7 -8; Don't leak ruleitems from match rules when hitting a per-rule max state limit. ok henning =============================================================================