Subject: Re: further vm adventures
To: jiho@postal.c-zone.net, Chuck Cranor <chuck@maria.wustl.edu>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-kern
Date: 04/26/1998 10:11:08
On Sat, Apr 25, 1998 at 02:00:53PM -0000, jiho@postal.c-zone.net wrote:
> I have finally isolated the fact that a (sometimes) large memory leak -- which
> I've experienced for years -- ONLY occurs while running X clients. It does NOT
> occur in character-mode situations.
[example erased]
Try to quit the whole X server, and start it again.
X servers are known to have memory leaks, and one of the reasons there is a
-terminate option is to garbage collect the wasted memory on each (xdm) logout.
-is