mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Vagrantfile: Use 2 virtual CPUs with virtualbox.
This should improve performance of linting and other parallelizable operations in the development environment on most laptops.
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -67,6 +67,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
override.vm.box = "ubuntu/trusty64"
|
override.vm.box = "ubuntu/trusty64"
|
||||||
# It's possible we can get away with just 1.5GB; more testing needed
|
# It's possible we can get away with just 1.5GB; more testing needed
|
||||||
vb.memory = 2048
|
vb.memory = 2048
|
||||||
|
vb.cpus = 2
|
||||||
end
|
end
|
||||||
|
|
||||||
$provision_script = <<SCRIPT
|
$provision_script = <<SCRIPT
|
||||||
|
|||||||
Reference in New Issue
Block a user