Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp	(revision 84645)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp	(revision 84646)
@@ -2190,4 +2190,8 @@
         return hrc;
 
+    hrc = machine->COMSETTER(CPUCount)(2);
+    if (errorOccured(hrc, "Failed to adjust CPU count for '%ls'.", strGatewayVM.raw()))
+        return hrc;
+
     hrc = machine->COMSETTER(MemorySize)(512/*MB*/);
     if (errorOccured(hrc, "Failed to adjust memory size for '%ls'.", strGatewayVM.raw()))
