Fixing date sync issue
This commit is contained in:
parent
f878765f63
commit
aeee847012
1 changed files with 3 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -76,6 +76,9 @@ Vagrant.configure("2") do |config|
|
|||
# # Customize the amount of memory on the VM:
|
||||
vb.memory = "1024"
|
||||
vb.name = "w_vagrant_lamp"
|
||||
|
||||
# Fixing issue of VM loosing sync of the date and time while sleeping.
|
||||
vb.customize ['guestproperty', 'set', :id, '/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold', 10000]
|
||||
end
|
||||
#
|
||||
# View the documentation for the provider you are using for more
|
||||
|
|
Reference in a new issue