Data logging exceed available memory
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (1)
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:
Voir également
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!