From 247c2bc91ffad07fb329f71ebdd0f32f0fa70f64 Mon Sep 17 00:00:00 2001
From: Ladar Levison <ladar@lavabit.com>
Date: Tue, 25 Dec 2018 00:18:41 -0600
Subject: [PATCH] Fix the VMWare cpus/memory options.

---
 vagrant.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vagrant.json b/vagrant.json
index 9a90bde..7284d50 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -90,7 +90,8 @@
             "ssh_wait_timeout": "10000s",
             "shutdown_command": "sudo systemctl poweroff",
             "headless": "{{user `headless`}}",
-            "vmx_data": {"memsize": "{{user `memory`}}"},
+            "memory": "{{user `memory`}}",
+            "cpus": "{{user `cpus`}}",
             "boot_command": [
                 "<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>",
                 "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>",
-- 
GitLab