Data logging exceed available memory

22 次查看(过去 30 天)
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?

回答(1 个)

Dinesh
Dinesh 2024-1-3
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:

类别

Help CenterFile Exchange 中查找有关 Prepare Model Inputs and Outputs 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by