mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Dropped Pony.fm's RAM requirement in dev.
This commit is contained in:
parent
f193254dbc
commit
8132341b6b
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue