From: pavenis AT lanet DOT lv To: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg), djgpp AT delorie DOT com Date: Wed, 21 Mar 2001 14:53:36 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Rhide and free available memory Message-ID: <3AB8C070.535.1E05C2@localhost> In-reply-to: <99819a$c2u$1@saphir.jouy.inra.fr> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 20 Mar 2001, at 16:42, Eric Wajnberg wrote: > Dear all, > > I am using Rhide and I am using the option enabling to show at the upper right > corner of the screen the free virtual/physical memory available. > > Beside this, I am regularly working with different projects one after the > other, and I found that the free memory indicated is continuously decreasing, > even if I started to work on a very little project that shuld not use a lot of > memory. > > My questions are thus: (1) how accurate are these indications? and (2) is > there a way to refresh these informations from time to time? > There are memory leaks, especially in debugger part. One can easily test it under Linux with gdb by setting executable to be debugged with command file multiple times and looking how much memory gdb takes. So if RHIDE takes too much memory, then simply restart RHIDE Andris