Error out of memory

2 visualizzazioni (ultimi 30 giorni)
Emilcy Felipe C de Paula
Emilcy Felipe C de Paula il 23 Ott 2018
Hello, i created a algoritm and it need to run some matrixs, i runned for several cases but when was necessary to run a matrix 20402x20402 after 2 hours occorred an error, about "out of memory" it is very important accomplishment this stage. There is a way to set right this?

Risposte (1)

James Tursa
James Tursa il 23 Ott 2018
Modificato: James Tursa il 23 Ott 2018
Type the following at the command line:
dbstop if error
Then run your code. When the error occurs, the code will pause with all variables intact. Examine the sizes etc involved to figure out why your code is requesting too much memory. A numeric matrix size 2040x2040 by itself isn't going to be a problem on any modern machine, so there must be something else going on (e.g., maybe you are storing a bunch of these in a loop and you finally broke the bank, etc).
  1 Commento
Emilcy Felipe C de Paula
Emilcy Felipe C de Paula il 24 Ott 2018
Modificato: Emilcy Felipe C de Paula il 24 Ott 2018
Sorry, the size of matrix was actually 20402x20402 , i made a mistake

Accedi per commentare.

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti


Release

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by