20 lines
497 B
Plaintext
20 lines
497 B
Plaintext
# rename it to vagrant-settings.yaml then Vagrantfile
|
|
# will use values from this file
|
|
|
|
slaves_count: 2
|
|
slaves_ram: 1024
|
|
master_image: cgenie/solar-master
|
|
slaves_image: cgenie/solar-master
|
|
master_ram: 1024
|
|
master_cpus: 1
|
|
slaves_cpus: 1
|
|
|
|
# if you have virtualbox 5.x then enable it
|
|
# if will speedup things a lot
|
|
# paravirtprovider: kvm
|
|
|
|
# By default Virtualbox shared folder is used which is very slow
|
|
# Uncomment following option to change it.
|
|
# Possible options are: rsync, nfs
|
|
# sync_type: nfs
|