|
maybe memory leak in Linux
Hi all:
I have tested my ICE program in redhat linux advanced server 3.0 and fedora core 1, I have found an interest things that linux memory is used more and more,but my ICE program used memory is not increase. is this memory leak?
I don't know this problem is in linux or in ICE?
The following is my test:
use top to see the followning parameter
begin :
linux total : used: 56,600k free: 198,852k
my program: size: 2544 share: 2304
when I run my program through one day(only run my ICE program)
end:
linux total : used: 249,572k free: 5,916k
my program: size: 2544 share: 2304
the result is my ICE program is constant , but linux 's memory has increased very large. what's trouble ?
|