From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <635db889d1bc3a9e84ea7455370aa642@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] output of ps(1) memory usage From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 21 Feb 2003 10:55:46 +0900 Topicbox-Message-UUID: 6c370614-eacb-11e9-9e20-41e7f4b1d025 I'm now fighting against possible memory leak of marsv. >> Is the output of ps(1) on the amount of used memory will not >> shrink natural? > > I think you're asking whether the amount of memory > used by a process ever shrinks. The answer to that is no. I should have been more clear. The background of my question was that I first showed a image(206554 bytes), and the ps(1) results are: okamoto 478 0:07 0:00 35988K Rendez marsv okamoto 479 0:00 0:00 35988K Pread marsv okamoto 480 0:00 0:00 35988K Pread marsv then, cleared it, and read again a smaller image(21698 bytes), and the results are: okamoto 478 0:15 0:00 35988K Rendez marsv okamoto 479 0:00 0:00 35988K Pread marsv okamoto 480 0:00 0:00 35988K Pread marsv This was the reason why I asked the previous question. Kenji