octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37636] Octave/gnuplot consuming too much memo


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #37636] Octave/gnuplot consuming too much memory with large files
Date: Sat, 27 Oct 2012 15:26:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4

Follow-up Comment #1, bug #37636 (project octave):

Is using FLTK an acceptable solution for you?

I downloaded your file and ran:


octave:1> load 50.mat
octave:2> sizeof (x)
ans =  161280000
octave:3> graphics_toolkit fltk
octave:4> plot (x)


Memory usage of octave is 223.4 MB. There are no gnuplot processes so that is
the total memory consumption.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37636>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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