From 9f8af4fee2272fca29f4da729973dd395ee904b4 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 22 Dec 2015 16:33:09 -0500 Subject: [PATCH] Fix virtualbox CPUs (c) Copyright IBM Corp. 2015 --- examples/make-deploy/virtualbox.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/make-deploy/virtualbox.makefile b/examples/make-deploy/virtualbox.makefile index f21070a4..66f93dec 100644 --- a/examples/make-deploy/virtualbox.makefile +++ b/examples/make-deploy/virtualbox.makefile @@ -1,7 +1,7 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -virtualbox-vm: VIRTUALBOX_CPUS?=4 +virtualbox-vm: VIRTUALBOX_CPU_COUNT?=4 virtualbox-vm: VIRTUALBOX_DISK_SIZE?=100000 virtualbox-vm: VIRTUALBOX_MEMORY_SIZE?=4096 virtualbox-vm: check