efabless / caravel_user_project

https://caravel-user-project.readthedocs.io
Apache License 2.0
184 stars 329 forks source link

facing issue in running cmd: make user_proj_example #280

Closed gagana-05 closed 1 year ago

gagana-05 commented 1 year ago

image I am running all the cmds present in order in documentation, still facing this issue

passant5 commented 1 year ago

I think this issue is a memory issue, how much RAM do you have?

gagana-05 commented 1 year ago

8 GB

passant5 commented 1 year ago

Could you please attach the issue reproducible created?

gagana-05 commented 1 year ago

I have uploaded all the files under issue_reproducible in this link, please look into it https://drive.google.com/drive/folders/14NnJmBp1fK9o64HDjXXvg6tKiWfhl3xT?usp=sharing

passant5 commented 1 year ago

I tried your example on my side and it finished routing with a memory peak of 5814.08 (MB). So, could you make sure that you are not applying a memory limit?

gagana-05 commented 1 year ago

I am not sure how to check that

passant5 commented 1 year ago

run one of the following commands and check the available memory:

grep MemTotal /proc/meminfo
free
gagana-05 commented 1 year ago

image Yes indeed, there is some memory limit, how can I expand this or maybe have it as unlimited

passant5 commented 1 year ago

I am not aware of your environment. Please use google, many sources could be found for your environment specific issue

gagana-05 commented 1 year ago

Sure will do, thank you for your help