bug-gnu-utils
[Top][All Lists]
Advanced

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

awk leaks memory on RHEL5_64


From: Jeetendra Mirchandani
Subject: awk leaks memory on RHEL5_64
Date: Thu, 7 Jan 2010 19:11:04 -0800

Hi,

I have discovered that awk leaks memory on a rhel5_64 box

awk '{if(FILENAME=="file1")interested[$1]=1; else if(interested[$1])print}'
file1 file2



Here file1 is about 40MB in size, with about 500K records. file2 has about
220MM records and is about 9GB in size.

awk process grows to 13GB + in size

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5 (Tikanga)

$ uname -r
2.6.18-53.1.14.el5

$ awk --version
GNU Awk 3.1.5

$ rpm -q gawk
gawk-3.1.5-14.el5

$ rpm -q glibc
glibc-2.5-12



Regards,
Jeetu
http://twitter.com/jeetum

There is no good, there is no bad, there's just what happened. Dance with
it.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]