Merge pull request #3377 from scossar/auto-rtl

Auto rtl
This commit is contained in:
Sam
2015-04-28 07:58:35 +10:00
6 changed files with 40 additions and 392 deletions

2
Vagrantfile vendored
View File

@@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v|
# This setting gives the VM 1024MB of RAM instead of the default 384.
v.customize ["modifyvm", :id, "--memory", [ENV['DISCOURSE_VM_MEM'].to_i, 1024].max]
v.customize ["modifyvm", :id, "--memory", [ENV['DISCOURSE_VM_MEM'].to_i, 2048].max]
# Who has a single core cpu these days anyways?
cpu_count = 2