How do I increase RAM used by Matlab?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How do i increase RAM used by Matlab? I have windows 10 and this is my available memory:
Maximum possible array: 4307 MB (4.517e+09 bytes) *
Memory available for all arrays: 4307 MB (4.517e+09 bytes) *
Memory used by MATLAB: 1093 MB (1.146e+09 bytes)
Physical Memory (RAM): 8057 MB (8.449e+09 bytes)
Thanks!
0 comentarios
Respuestas (1)
Walter Roberson
el 12 de Mzo. de 2018
Memory used by MATLAB is overhead for this purpose, the space used to hold the MATLAB interpreter and graphics.
It appears to me that you are probably using a 32 bit version of MATLAB and are hitting the limits of 32 bit programs.
2 comentarios
Ver también
Categorías
Más información sobre Performance and Memory en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!