From 8132341b6b5b08a21952a9b3c01f668ad635cab4 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Tue, 29 Dec 2015 07:02:23 -0800 Subject: [PATCH] Dropped Pony.fm's RAM requirement in dev. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d930d8fc..3f1776b0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ Vagrant.configure("2") do |config| config.vm.box_version = '0.2.1' config.vm.provider "virtualbox" do |v| v.cpus = 4 - v.memory = 2048 + v.memory = 1024 end config.vm.define 'default' do |node|