harvard-acc / gem5-aladdin

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.
BSD 3-Clause "New" or "Revised" License
210 stars 59 forks source link

High memory usage #16

Closed PorridgePower closed 1 year ago

PorridgePower commented 4 years ago

Appears while executing __to_nodes(self)

xyzsam commented 4 years ago

I will need a lot more information than this if you want me to look into it:

  1. How high is the memory usage? Is it a sudden peak that causes the simulation to run out of memory or is it a sustained usage?
  2. __to_nodes(self) alone isn't enough to diagnose an issue. I need a callstack.
  3. What are you trying to simulate? How much simulated DRAM? etc
  4. How much memory do you have on your host machine?