From 234bd80a24af42c738d6a632f0db49ff9eaaff2e Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Thu, 15 Jun 2023 11:02:34 +0000 Subject: [PATCH] Make prev. default explicit Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> --- morph/grid/local/Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/morph/grid/local/Vagrantfile b/morph/grid/local/Vagrantfile index 61f86c88..8197b17d 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 -- GitLab