11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
# rename it to vagrant-settings.yaml then Vagrantfile
|
|
# will use values from this file
|
|
|
|
slaves_count: 2
|
|
slaves_ram: 1024
|
|
master_ram: 1024
|
|
# 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
|