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
I'm facing an issue with the current Vagrantfile. I had to make the following changes and add the following lines:
Add the line vb.cpus = 2 to the Vagrantfile. This will allocate two CPUs to the virtual machine.
Add the line config.vm.boot_timeout = 900 to the Vagrantfile. This will set the boot timeout to 900 seconds, which should ensure that the virtual machine starts up properly.
It is important to note that without these two lines, the virtual machine does not start up correctly on my computer.
The text was updated successfully, but these errors were encountered:
I'm facing an issue with the current Vagrantfile. I had to make the following changes and add the following lines:
Add the line
vb.cpus = 2
to the Vagrantfile. This will allocate two CPUs to the virtual machine.Add the line
config.vm.boot_timeout = 900
to the Vagrantfile. This will set the boot timeout to 900 seconds, which should ensure that the virtual machine starts up properly.It is important to note that without these two lines, the virtual machine does not start up correctly on my computer.
The text was updated successfully, but these errors were encountered: