gem5-dev@gem5.org

The gem5 Developer List

View all threads

Gem5 SPEC memory error

C
chapmanmartind@gmail.com
Wed, Nov 20, 2024 7:41 PM

I am running into the following error while trying to run SPEC ‘06 benchmarks on Gem5:

src/sim/mem_pool.cc:120:

fatal: fatal condition freePages() <= 0 occurred: Out of memory, please increase size of physical memory.
Memory Usage: 376876 KBytes

This error occurs across benchmarks. I have increased the size of physical memory as suggested by this post:

https://gem5-users.gem5.narkive.com/GeVV0EVI/physical-memory-usage-in-se-mode

But this did not solve the issue.

Does anyone know how to solve this issue?

Thank you,
Martin

I am running into the following error while trying to run SPEC ‘06 benchmarks on Gem5:\ \ src/sim/mem_pool.cc:120: fatal: fatal condition freePages() <= 0 occurred: Out of memory, please increase size of physical memory.\ Memory Usage: 376876 KBytes This error occurs across benchmarks. I have increased the size of physical memory as suggested by this post: \ \ https://gem5-users.gem5.narkive.com/GeVV0EVI/physical-memory-usage-in-se-mode\ \ But this did not solve the issue. Does anyone know how to solve this issue? \ \ Thank you, \ Martin