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

Commit 5e365f2

Browse files
committed
Up the memory on the ARM VM
1 parent 8b14090 commit 5e365f2

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
@@ -69,6 +69,7 @@ Vagrant.configure("2") do |config|
6969
domain.cpu_mode = "custom"
7070
domain.cpu_model = nil
7171
domain.cpus = 4
72+
domain.memory = 2048
7273
domain.graphics_type = 'none'
7374
end
7475

0 commit comments

Comments
 (0)