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

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

[Octave-bug-tracker] [bug #55052] Memory consumption of figure command g


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55052] Memory consumption of figure command going up significantly from 4.2 to 4.4
Date: Wed, 18 Jan 2023 02:48:31 -0500 (EST)

Follow-up Comment #11, bug #55052 (project octave):

The additional amount of memory is about 5-10 MiB per figure for me on Windows
(apart from for the very first figure which is probably because it initializes
the graphics):

>> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33474268 kiB,  swap:  38455004 kiB
Octave    RAM:    126860 kiB,  virt:   1155916 kiB
Available RAM:  22396728 kiB, total:  45916224 kiB
>> figure
>> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33474268 kiB,  swap:  38455004 kiB
Octave    RAM:    195576 kiB,  virt:   1309348 kiB
Available RAM:  22397608 kiB, total:  45839920 kiB
>> figure
>> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33474268 kiB,  swap:  38455004 kiB
Octave    RAM:    205948 kiB,  virt:   1343432 kiB
Available RAM:  22419912 kiB, total:  45849268 kiB
>> figure
>> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33474268 kiB,  swap:  38455004 kiB
Octave    RAM:    211204 kiB,  virt:   1367096 kiB
Available RAM:  22420372 kiB, total:  45838948 kiB
>> figure
>> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33474268 kiB,  swap:  38455004 kiB
Octave    RAM:    219092 kiB,  virt:   1395280 kiB
Available RAM:  20207524 kiB, total:  42878436 kiB


That is about the same that Rik wrote would be way too much in comment #7.

Do you see something different?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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