From 9ff87bbe3fd7cf11e94fca9228d136370d1635a1 Mon Sep 17 00:00:00 2001 From: axeloz Date: Wed, 22 Jan 2020 11:57:46 +0100 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index dd642f9..3a2aee7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,7 +13,7 @@ Vagrant.configure("2") do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "axeloz/ubuntu-server-16.04" + config.vm.box = "hashicorp/bionic64" config.landrush.enabled = true config.landrush.tld = 'vm' @@ -76,7 +76,7 @@ Vagrant.configure("2") do |config| #vb.gui = true # # # Customize the amount of memory on the VM: - vb.memory = "1024" + vb.memory = "2048" vb.name = "w_vagrant_lamp" # Fixing issue of VM loosing sync of the date and time while sleeping.