Update .kitchen.yml to what I currently use
diff --git a/.kitchen.yml b/.kitchen.yml
index 3f14968..a3cfa4d 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -1,6 +1,9 @@
----
 driver:
   name: vagrant
+  customize:
+    ioapic: 'on' # this should be on if you want multiple cores
+    cpus: '2'
+    memory: '2048'
 
 provisioner:
   name: puppet_apply