reducing cpucount to 2 by default
most people probably don't want the vm to use 4 cores
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
# Personalized the installation by setting these variables:
|
# Personalized the installation by setting these variables:
|
||||||
vmname="Mojave" # name of VirtualBox virtual machine
|
vmname="Mojave" # name of VirtualBox virtual machine
|
||||||
storagesize=22000 # size of target virtual disk image. minimum 22000
|
storagesize=22000 # size of target virtual disk image. minimum 22000
|
||||||
cpucount=4 # VM CPU cores, minimum 2
|
cpucount=2 # VM CPU cores, minimum 2
|
||||||
memorysize=4096 # VM RAM in MB, minimum 2048
|
memorysize=4096 # VM RAM in MB, minimum 2048
|
||||||
gpuvram=128 # VM video RAM in MB, minimum 34
|
gpuvram=128 # VM video RAM in MB, minimum 34
|
||||||
resolution=1280x800 # display resolution
|
resolution=1280x800 # display resolution
|
||||||
|
|||||||
Reference in New Issue
Block a user