Data logging exceed available memory

22 Ansichten (letzte 30 Tage)
Virat Hardasbhai
Virat Hardasbhai am 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?

Antworten (1)

Dinesh
Dinesh am 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:

Kategorien

Mehr zu Prepare Model Inputs and Outputs finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by