Forum Discussion
MSteg2
New Contributor
6 years agoHow to fix "OutOfMemoryError: Java heap space" error
We are building using the Quartus 11.1sp1 version (yes that is old but we have no reason to upgrade at this time) I found where I can remove “DEAD” codespace by adding this to my Compiler options: ...
Ahmed_H_Intel1
Frequent Contributor
6 years agoHi,
It is not guaranteed that if you choose the small C library, the design will fit inside your memory. You can give it a try and then if it gives you the same error you must increase the On-Chip memory or use an external memory if your code is huge. I recommend you to start first increasing the memory size. BTW what is the memory size you are using right now?