You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
after vagrant up executed the vagranfile creates the virtual machine with 4 cpus, but I only have 2 available.
Then linux never boots up. It hangs, looping the following message:
sd 2:0:0:0 rejecting I/O to offline device
I fixed this by forcing through the VagrantFile to use 2 cpus.
then i found this looking for information about the problem...
it seems tha nproc counts for physical and virtual cores.. and vbox only counts for physical.. hashbangcode/vlad#350
The text was updated successfully, but these errors were encountered:
after vagrant up executed the vagranfile creates the virtual machine with 4 cpus, but I only have 2 available.
Then linux never boots up. It hangs, looping the following message:
sd 2:0:0:0 rejecting I/O to offline device
I fixed this by forcing through the VagrantFile to use 2 cpus.
then i found this looking for information about the problem...
it seems tha nproc counts for physical and virtual cores.. and vbox only counts for physical..
hashbangcode/vlad#350
The text was updated successfully, but these errors were encountered: