public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ashish Gawarikar <ashish@sendmail.com>
To: linux-kernel@vger.kernel.org
Subject: Memory leak in 2.6.11.10/2.6.12-rc4?
Date: Tue, 24 May 2005 18:28:15 -0700	[thread overview]
Message-ID: <4293D4AF.4050903@sendmail.com> (raw)

I am using 2.6.11.10 (and have also tried the same with 2.6.12-rc4). I 
have a Dell Poweredge 850, with 2 GB RAM. I am trying a simple test like:

#!/bin/sh
cd /var/tmp
while true;
do
    find /usr -name "*" | xargs strings > /var/tmp/spin.txt
done


And after sometime (less than 20 mins)I do see that the free command returns:



#free
             total       used       free     shared    buffers     cached
Mem:       2075060    1872904     202156          0      27696     453404
-/+ buffers/cache:    1391804     683256
Swap:      2097136          0    2097136
#

And after 15 mins:

#free
             total       used       free     shared    buffers     cached
Mem:       2075060    2002064      72996          0      11840     393372
-/+ buffers/cache:    1596852     478208
Swap:      2097136          0    2097136
#

(The only patch applied to the kernel is aacraid 2391).

After having stopped the program the free returns this:

# free
             total       used       free     shared    buffers     cached
Mem:       2075060    1951632     123428          0      15988     330064
-/+ buffers/cache:    1605580     469480
Swap:      2097136          0    2097136


Can someone please help me on this?

Thanks in advance,

Ashish

                 reply	other threads:[~2005-05-25  1:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4293D4AF.4050903@sendmail.com \
    --to=ashish@sendmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox