We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3a88c commit 6d81a07Copy full SHA for 6d81a07
Vagrantfile
@@ -1,6 +1,8 @@
1
# -*- mode: ruby -*-
2
# vi: set ft=ruby :
3
4
+Vagrant.require_version ">= 1.8.0"
5
+
6
# By default this VM will use 2 processor cores and 2GB of RAM. The 'VM_CPUS' and
7
# "VM_RAM" environment variables can be used to change that behaviour.
8
cpus = ENV["VM_CPUS"] || 2
0 commit comments