lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 May 2008 10:38:28 -0700 (PDT)
From:	Christoph Lameter <clameter@....com>
To:	Stéphane ANCELOT <sancelot@...e.fr>
cc:	Pekka Enberg <penberg@...helsinki.fi>, linux-kernel@...r.kernel.org
Subject: Re: detecting kernel mem leak

On Tue, 13 May 2008, Stéphane ANCELOT wrote:

> I kept my kernel running with few applications for 5 days , doing
> nothing more than backing up few kb of data on disk and refresh few X apps.
> 
> Ater five days the global memory available go down from 24Mb to 8Mb ...

That is normal. Linux tries to put all memory to use and will free on 
demand.

> The are some signifiant changes in slabinfo but now, I do not know where
> to search ?

Compile the slabinfo tool.

gcc -o slabinfo linux/Documentation/vm/slabinfo.c

Then you can do

slabinfo -T

to get an overview of how much is used by slabs. But I do not see that 
slabs are using an excessive amount. So toying around with slabinfo is 
not going to get you anywhere.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ