data logging exceeded available memory

12 views (last 30 days)
MOKHTARI
MOKHTARI on 16 Nov 2014
Commented: Weiliem Abubakar on 11 Apr 2018
Hello Can you help me please to solve this problem. we recently changed the matlabr2011a to matlabr2014a and:
32-bit windows 8 pro dual-core 2gb RAM to:
32-bit windows 8.1 pro dual-core 2gb RAM
the messege error was: -data logging exceeded available memory -can not transpose logged data befor saving to matlab

Answers (2)

Jan
Jan on 16 Nov 2014
2GB RAM is less than you need, obviously.
Either install more RAM (this is the fastest and most efficient way), or increase the virtual memory (this migtht be horribly slow), or reduce the amount of memory occupied by other programs.
  5 Comments
Jan
Jan on 1 Nov 2017
Saving to a file and reloading does not loose any information, when you use a binary file (either fwrite or .MAT files). Therefore I do not understand, where or why you assume a reduction of accuracy.
Weiliem Abubakar
Weiliem Abubakar on 11 Apr 2018
my PC 16GB RAM but that error "Data logging exceeded available memory" still appears. What should I do? Thanks before

Sign in to comment.


MOKHTARI
MOKHTARI on 16 Nov 2014
I put in your mind that the program is running normally as soon; whene I pass to recently tversion of matlab (matlabr2012 to matlabr2014) also windows (windows 8 to windows 8.1) the program does not work on the same machine (with the same 2GB RAM);
  1 Comment
Jan
Jan on 27 Oct 2017
Okay, but this does not change the situation in any way. Perhaps Windows 8.1 needs more memory.

Sign in to comment.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!