Re: Huge memory leak, probably related to making new processes
- Date: Tue, 02 Oct 2007 17:38:52 -0400
- From: Lewis Hyatt <lhyatt@xxxxxxxxxxxxx>
- Subject: Re: Huge memory leak, probably related to making new processes
wimxa wrote:
Try executing:
find -exec echo {} \;
Simple command. This one, however, leaks at about 5kB/s. I tried the
following:
How do you know it is leaking memory? If you are looking at Windows Task
Manager or some similar program, then you're probably just being misled.
The OS will automatically free the memory from each "echo" process after
it terminates, but it may not always immediately report it as available.
-Lewis
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/