Data logging exceed available memory

9 visualizaciones (últimos 30 días)
Virat Hardasbhai
Virat Hardasbhai el 2 de En. de 2024
Comentada: Virat Hardasbhai el 3 de En. de 2024
I have run one simulation model for a long time of 86400 seconds but I got this (attached image) error. How can I solve this error?

Respuestas (1)

Dinesh
Dinesh el 3 de En. de 2024
Hi Virat,
The error indicates that the simulation is trying to log more data than your system's memory can accommodate. To solve this, you can either reduce the amount of data being logged or increase the available memory. For reducing data logging, consider logging only essential signals or use decimation to log data at a lower rate. Another approach is to break the simulation into smaller time segments and log data incrementally.
If the issue persists, consider increasing your system's physical memory or adjust MATLAB's memory settings to allocate more memory for the simulation. The following links will help you:
  1 comentario
Virat Hardasbhai
Virat Hardasbhai el 3 de En. de 2024
Thanks for your reply. Those links help a lot.

Iniciar sesión para comentar.

Categorías

Más información sobre Data Logging 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!

Translated by