Borrar filtros
Borrar filtros

Error using: Out of memory

3 visualizaciones (últimos 30 días)
Doriana
Doriana el 25 de Jul. de 2013
Buongiorno,
sto lavorando con model based clustering e dopo aver classificato 15 cluster matlab si è fermato e mi segnala un error Using: out of memory. Come posso configurare matlab in modo tale da poter ottimizzare la memoria?
Le caratteristiche del mio pc sono: Memoria installata (RAM: 4.0 GB (3.0 GB utilizzabile) Tipo sistema: Sistema operativo a 32 bit
Vi ringrazio
Doriana Hoti mail: Doriana.Hoti@Cedacri.it
  1 comentario
Daniel Shub
Daniel Shub el 25 de Jul. de 2013
Google translate says:
Good morning,
I'm working with model-based clustering and cluster matlab ranked 15th after he stopped and gives me an error Using: out of memory. How do I set matlab so that you can optimize your memory?
The characteristics of my PC are: Installed memory (RAM: 4.0 GB (3.0 GB usable) System type: 32-bit operating system
thank you

Iniciar sesión para comentar.

Respuesta aceptada

Iain
Iain el 25 de Jul. de 2013
Hello,
"Out of memory" errors typically occur because your code is trying to store a single large array, and it will not fit (contiguously) into the system RAM.
Large arrays can be duplicated when either they are passed into functions, and when increasing the size of the array.
The command "pack" can be used to move memory to attempt to increase the amount of contiguous memory is available. Pack only works at commandline.
Ciao.
  4 comentarios
Doriana
Doriana el 25 de Jul. de 2013
understand.....:(
Iain
Iain el 25 de Jul. de 2013
If you save your data to file instead of letting arrays grow too large, you will be able to run your code "indefinitely".

Iniciar sesión para comentar.

Más respuestas (1)

Doriana
Doriana el 25 de Jul. de 2013
Thank you for answering me. So, I have to type the command "pack" in the command window , but when?? when I get the error or before running the program??

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by