Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

Error Memory in Quartus II

Altera_Forum
Honored Contributor II
1,632 Views

Hello guys! 

 

I am trying to make a compilation of my project and I get this error:  

 

Error (114016): Out of memory in module quartus_map.exe (4316 megabytes used) 

Error (293007): Current module quartus_map ended unexpectedly 

 

Anybody knows how to solve it? 

 

Thanks.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
935 Views

What device are you targeting? Most families require more than 4GB to compile. Here's for the Q14.0 release: 

http://www.altera.com/literature/rn/rn_qts_dev_support.pdf 

Most likely you'll need to add RAM to your machine. Most devices need to be compiled on a 64-bit machine because of that.
0 Kudos
Altera_Forum
Honored Contributor II
935 Views

I am using Cyclone IV and my computer is an I7 with 12GB of RAM. 

 

 

--- Quote Start ---  

What device are you targeting? Most families require more than 4GB to compile. Here's for the Q14.0 release: 

http://www.altera.com/literature/rn/rn_qts_dev_support.pdf 

Most likely you'll need to add RAM to your machine. Most devices need to be compiled on a 64-bit machine because of that. 

--- Quote End ---  

0 Kudos
Altera_Forum
Honored Contributor II
935 Views

Ahh. You're calling the 32-bit version of Quartus, which tops out at 4GB. You need to call the 64-bit version and will have more than enough.

0 Kudos
Reply