mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Up the memory on the ARM VM
This commit is contained in:
parent
8b14090d0d
commit
5e365f285b
1 changed files with 1 additions and 0 deletions
1
release/armhf-linux/Vagrantfile
vendored
1
release/armhf-linux/Vagrantfile
vendored
|
@ -69,6 +69,7 @@ Vagrant.configure("2") do |config|
|
|||
domain.cpu_mode = "custom"
|
||||
domain.cpu_model = nil
|
||||
domain.cpus = 4
|
||||
domain.memory = 2048
|
||||
domain.graphics_type = 'none'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue