diff --git a/README.md b/README.md
index 254d19702e6bc79dee44197464c3377ade25d1a1..3a987e94b3bfcde5a1144bba5ef4e967ee111de0 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ i.e.
 
 The application will be available on http://localhost:version}.  If the port is 3 digits and another 0, i.e. Version 9.1.1 will accessible from https://localhost:9110 on the host.
 
+#### Connect via SSH
+
+If you need to SSH onto the guest VM then:
+`VERSION=9.1.1 EDITION="ee" vagrant ssh`
 
 #### Cleanup
 
diff --git a/Vagrantfile b/Vagrantfile
index e9a2b0aa3f8185f146fda8204e46c2f008804834..d4b46d1df88ea64a70a3beae3092f88ec86311fc 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
     auto_correct: true
 
   config.vm.provider "virtualbox" do |vb|
-     vb.memory = "2048"
+     vb.memory = "4096"
   end
 
   config.vm.provision "shell", inline: <<-SHELL