diff --git a/morph/grid/local/Vagrantfile b/morph/grid/local/Vagrantfile index 61f86c888576c183e1ffd14fcd018b4862a24d0c..8197b17d8b0c632d4580c7d97a923909878f80bb 100644 --- a/morph/grid/local/Vagrantfile +++ b/morph/grid/local/Vagrantfile @@ -31,7 +31,9 @@ Vagrant.configure("2") do |config| # dev. But should you want to: # # domain.memory = 4096 - domain.memory = 512 + # + # Meanwhile, 1024 was apparently the default with VirtualBox + domain.memory = 1024 # Using a specific pool may help to manage the disk space domain.storage_pool_name = pool_name