Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 8b14090

Browse files
committed
Up the CPU cores of the arm VM
1 parent 2e32ce3 commit 8b14090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

release/armhf-linux/Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Vagrant.configure("2") do |config|
6868
domain.driver = 'qemu'
6969
domain.cpu_mode = "custom"
7070
domain.cpu_model = nil
71+
domain.cpus = 4
7172
domain.graphics_type = 'none'
7273
end
7374

0 commit comments

Comments
 (0)