I am using a VM, running ubuntu 22.04, for the OpenPiton Framework.
I have given 8 cores, 10GB Ram, and 300 GB storage to the VM.
Whenever I try to run the line:
sims -sys=manycore -x_tiles=2 -y_tiles=2 -vlt_build -ariane
either my terminal crashes or my VM restarts.
For reference I am able to run 1x1, 1x2, and 2x1 structures but whenever I go to 1x3, 3x1, 4x1, 1x4, 2x2, or higher I face the issue that I am facing.
I have observed my system utilization using `htop` and I am seeing that it is topping out.
So, I want to know if there is a way that I can run this line even if it takes hours to execute or there a different solution that can be proposed to this issue?