Data logging exceed available memory

19 vues (au cours des 30 derniers jours)
Virat Hardasbhai
Virat Hardasbhai le 2 Jan 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?

Réponses (1)

Dinesh
Dinesh le 3 Jan 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 commentaire
Virat Hardasbhai
Virat Hardasbhai le 3 Jan 2024
Thanks for your reply. Those links help a lot.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Logging dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by