From 2bfcd35efd2a2eec8fba72cc879a89ca2af23051 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Thu, 27 Jun 2019 22:42:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D1=8C=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=B2=D0=B8=D1=80=D1=82=D1=83=D0=B0=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vagrantfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 2b74d49..da5a48c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,6 +10,10 @@ ENV["LC_ALL"] = "en_US.UTF-8" Vagrant.configure("2") do |config| config.vm.box = "ubuntu/bionic64" + config.vm.provider "virtualbox" do |v| + v.memory = 2048 + v.cpus = 2 + end config.vm.network "private_network", ip: "192.168.50.10"