mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 18:18:33 +08:00
commit
034513f0fa
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
|
||||||
config.ssh.forward_agent = true
|
config.ssh.forward_agent = true
|
||||||
|
|
||||||
config.vm.provider :virtualbox do |v|
|
config.vm.provider :virtualbox do |v|
|
||||||
# This setting gives the VM 1024MB of MEMORIES instead of the default 384.
|
# 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, 1024].max]
|
||||||
|
|
||||||
# This setting makes it so that network access from inside the vagrant guest
|
# This setting makes it so that network access from inside the vagrant guest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user