Re: Runtime memory footprint

2000-10-31 Thread Matt Dillon
:What determines the runtime memory footprint of a process? I have small :daemons that occupy 25K on disk, don't malloc anything to speak of, but :are 440K to 1024K in memory, according to top and ps. For that matter, :just about nothing in my "ps" display is under 400K.

Re: Runtime memory footprint

2000-10-31 Thread Ruslan Ermilov
On Tue, Oct 31, 2000 at 11:17:22AM -0700, Les Biffle wrote: > What determines the runtime memory footprint of a process? I have small > daemons that occupy 25K on disk, don't malloc anything to speak of, but > are 440K to 1024K in memory, according to top and ps. For that matter

Runtime memory footprint

2000-10-31 Thread Les Biffle
What determines the runtime memory footprint of a process? I have small daemons that occupy 25K on disk, don't malloc anything to speak of, but are 440K to 1024K in memory, according to top and ps. For that matter, just about nothing in my "ps" display is under 400K.