Skip to content

Commit 06805f7

Browse files
committed
Enable Hyper Threading
1 parent 8b79c50 commit 06805f7

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

scripts/install-anka-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
BUILDER_VERSION=1.0.1
5+
BUILDER_VERSION=1.1.0
66

77
curl -L -o packer-builder-veertu-anka.tar.gz \
88
https://github.com/veertuinc/packer-builder-veertu-anka/releases/download/v${BUILDER_VERSION}/packer-builder-veertu-anka_${BUILDER_VERSION}_darwin_amd64.tar.gz

templates/catalina-base.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"vm_name": "catalina-base",
66
"installer_app": "/Applications/Install macOS Catalina.app/",
77
"cpu_count": "2",
8+
"enable_htt": true,
89
"ram_size": "8G",
910
"disk_size": "80G",
1011
"boot_delay": "30s"

templates/catalina-flutter.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"vm_name": "mojave-xcode-{{user `xcode_version`}}-flutter",
66
"source_vm_name": "mojave-xcode-{{user `xcode_version`}}",
77
"cpu_count": "2",
8+
"enable_htt": true,
89
"ram_size": "8G",
910
"disk_size": "80G",
1011
"boot_delay": "30s"

templates/catalina-xcode.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"vm_name": "catalina-xcode-{{user `xcode_version`}}",
66
"source_vm_name": "catalina-base",
77
"cpu_count": "2",
8+
"enable_htt": true,
89
"ram_size": "8G",
910
"disk_size": "80G",
1011
"boot_delay": "30s"

0 commit comments

Comments
 (0)