Hi Chandrahas,
Thank you for the suggestion.
I tried with the guest system of 3 GB and host system of 12 GB. Still the same 
issue.

Will it help if the gem5 executable is compiled with flag –without-tcmalloc?

Thanks & Regards
Sindhuja

From: Chandrahas Tirumalasetty <[email protected]>
Sent: Friday, August 27, 2021 3:10 PM
Cc: Sindhuja Gopalakrishnan Elango <[email protected]>
Subject: Re: [gem5-users] SPEC INT 2006 memory requirements

Hello Sindhuja,
The memory allocation will depend on the system you are simulating. If you are 
simulating a system with 8GB of memory, the gem5 process in your system will 
try to malloc() 8GB from the host. Depending on the memory availability, your 
host kernel might outright reject the memory allocation, which is happening in 
your case. Maybe if you have 12GB in your system, try simulating a system with 
6GB memory, it should work.

On Fri, Aug 27, 2021 at 4:46 PM Sindhuja Gopalakrishnan Elango via gem5-users 
<[email protected]<mailto:[email protected]>> wrote:
Hi,
What is the guest system memory requirement for running SPEC INT 2006 
benchmarks in full-system simulation mode?

The kernel that I use has a 3 GB RAM and 4GB swap space.
The host system has 12 GB RAM and 4GB swap space.
I tried with both atomic and timing CPU’s and used gem5.fast as well as 
gem5.opt binaries.
But, most of the benchmarks from the reference set gets killed with the above 
setting.
src/central_freelist.cc:333] tcmalloc: allocation failed 8192
gem5 has encountered a segmentation fault!

However for the same SPEC binaries, system call emulation seems to be just fine.

Can anyone help here?

Thanks & Regards
Sindhuja

_______________________________________________
gem5-users mailing list -- [email protected]<mailto:[email protected]>
To unsubscribe send an email to 
[email protected]<mailto:[email protected]>
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


--
Chandrahas Tirumalasetty
PhD student at Dept. of ECE, TAMU
mail: [email protected]<mailto:[email protected]>
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to