Skip to content

Commit

Permalink
Workaround Issue rails#167
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Mazanec committed Oct 24, 2020
1 parent dbbf541 commit 1f947e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Vagrant.configure('2') do |config|
config.vm.provider 'virtualbox' do |v|
v.memory = ENV.fetch('RAILS_DEV_BOX_RAM', 2048).to_i
v.cpus = ENV.fetch('RAILS_DEV_BOX_CPUS', 2).to_i
v.customize [ "modifyvm", :id, "--uartmode1", "file", File::NULL ]
end
end

0 comments on commit 1f947e0

Please sign in to comment.