diff options
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 2a82902b..26a2a326 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,7 +22,7 @@ Vagrant.configure(2) do |config| # Configure all VM specs. config.vm.provider "virtualbox" do |v| - v.memory = 8192 + v.memory = 16384 v.cpus = 8 end |