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

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

[Octave-bug-tracker] [bug #65669] Memory Leak when Using Cell


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65669] Memory Leak when Using Cell
Date: Thu, 2 May 2024 10:33:46 -0400 (EDT)

Follow-up Comment #14, bug #65669 (group octave):

the main issue seems unique to linux as i can't reproduce exactly in windows,
but there more 'unreleased' memory with cells, don't know if it's related:


octave:1> memory, a = magic (10000);a = cat(3, a,a); a = cat(4,a,a); a =
cat(5,a,a);
Octave is running on x86_64-w64-mingw32
System    RAM:  33231568 kiB,  swap:  38212304 kiB
Octave    RAM:     43916 kiB,  virt:     90416 kiB
Available RAM:  19755168 kiB, total:  40190504 kiB
octave:2> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33231568 kiB,  swap:  38212304 kiB
Octave    RAM:   6294600 kiB,  virt:  12603744 kiB
Available RAM:  13689664 kiB, total:  27866936 kiB
octave:3> clear all
octave:4> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33231568 kiB,  swap:  38212304 kiB
Octave    RAM:     44032 kiB,  virt:     90536 kiB
Available RAM:  19956704 kiB, total:  40401148 kiB


octave:5> a = num2cell(magic(10000));
octave:6> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33231568 kiB,  swap:  38212304 kiB
Octave    RAM:   5539280 kiB,  virt:  11383372 kiB
Available RAM:  14338992 kiB, total:  29051556 kiB
octave:7> clear all
octave:8> memory
Octave is running on x86_64-w64-mingw32
System    RAM:  33231568 kiB,  swap:  38212304 kiB
Octave    RAM:     66468 kiB,  virt:    146908 kiB
Available RAM:  19833456 kiB, total:  40312140 kiB




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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