help-octave
[Top][All Lists]
Advanced

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

Re: Memory control


From: Markus Bergholz
Subject: Re: Memory control
Date: Sun, 7 Sep 2014 13:28:34 +0200




On Sun, Sep 7, 2014 at 1:21 PM, João Rodrigues <address@hidden> wrote:

I need to functions which, when applied to large objects, require more memory than that available and the system freezes. (It's the csv2cell function for file input, but I guess this situation is more general.)

I wonder if there is some function that can get information about the amount of RAM available and that currently used by Octave so that the program aborts if its memory requirements exceed a certain threshold.

more or less,....and only for linux plattform
https://github.com/markuman/linux/blob/master/octave/memory.m

octave:1> memory

 Memory used by Octave:   34.0039 MB
 Physical Memory (RAM): 7929.52 MB



 

Suggestions are welcome.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



--
icq: 167498924
XMPP|Jabber: address@hidden

reply via email to

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