1
0
Fork 0
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:
Petko Bordjukov 2016-07-27 23:59:41 +03:00
parent 8b14090d0d
commit 5e365f285b

View file

@ -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