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

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

[Octave-bug-tracker] [bug #55427] save -v7 exits with "error compressing


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55427] save -v7 exits with "error compressing data element"
Date: Wed, 9 Jan 2019 16:50:20 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

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

I can't reproduce this on Debian with


x = rand (1e5, 1e3);
save -v7 foo.mat


The resulting file foo.mat is about 750 MB instead of the 800 MB saved with
-v6. And if the matrix is all zero instead of random, the resulting file is
about 800 kB.

While compressing Octave's resident memory goes up to about 3 GB, which is
released before the save command returns.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55427>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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