-
Hello, my hardware which is Dell Z400 workstation with 12GB RAM and Xeon with 4 cores does meet the minimum requirements, I have a bare-metal installation of RHEL8 fully updated yet CRC start does error out with:
Full log: https://gist.github.com/lzap/d07920acbd77f80cb8a72516fa03470b The machine does not have a SSD that might be the issue (regular HDD), I can clearly see that minutes after the loop timeouts I can see the VM still performing some CPU tasks. Is there a way to increase the timeout or amount of attempts for the call? Thanks. Minimum requirements I refer to: https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/1.40/html-single/getting_started_guide/index#minimum-system-requirements_gsg |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Could you add the full log? a bit hard to parse with just this. |
Beta Was this translation helpful? Give feedback.
-
Correction: the hardware has 10 GB of memory not 12 GB, it still meets the minimum requirements in the docs, but I found out that it is swapping. This is top after 8 hours after
By the way, libvirt domain defines 9.5 GB RAM for the VM while minimum requirements are 9 GB, that does not sound right. I feel like it shoud have been bumped - the OS needs some memory too. So I guess this hardware is not sufficient, well, it's an old workstation of mine from like 2012. |
Beta Was this translation helpful? Give feedback.
-
You need 9GB of free memory on the machine. The swapping in that case might be from the host and not the VM. |
Beta Was this translation helpful? Give feedback.
You need 9GB of free memory on the machine. The swapping in that case might be from the host and not the VM.