help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnuplot bug in Windows release of Octave?


From: Przemek Klosowski
Subject: Re: gnuplot bug in Windows release of Octave?
Date: Mon, 26 Nov 2007 11:04:35 -0500 (EST)

Doug wrote:
   > I would watch the memory usage as you try and plot that many plots.

and Andrzej added:
   'Sorry if I didn't make it clear---but it's 300 to 400 times plotting
   on the same gnuplot window (over period of a couple hours; the
   function I wrote is an interactive one), so the subsequent plot

I ran in trouble once by having an iterative process repeatedly update
a plot window and it filled the /tmp directory with hundreds of
thousands of temp files. This didn't really slow down Octave (I didn't
see any evidence of memory leaks), but it handicapped my system even
after Octave finished: it turns out that a lot of programs would do a
directory of /tmp upon starting, and this took literally minutes;
deleting the files took most of an afternoon, because I didn't want to
just unlink /tmp.

Now that Octave-Gnuplot connection uses pipes it should not be a
problem any more, hopefully.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]