Forum Discussion
Altera_Forum
Honored Contributor
7 years agoAfter many many runs I determined the problem. It had to do with the amount of memory on the system ( 32 GiB ) and not enough swap space. I found this in the kernel log using:
sudo cat /var/log/messages | grep -i quartus
Increasing the swap space size and re-running the process proved successful. Thanks for the replies!