On Sat, 25 Nov 2000, David James wrote:
The application has been running for some 21 hours now, and I've been taking occasional snapshots both of status and maps.
status shows VmSize and VmRSS growing.
status
Name: webmake.e
Now that you've identified a program that grows, suggest looking for something simple: like an object created by new(), perhaps later saved to disk, but does not have a coresponding dispose() to remove it from memory.
Shot in the dark, but it's an easy mistake to make.
Hope it helps Russ