forked from e621ng/e621ng
[Vagrant] Increase RAM
The machine was swapping quite a bit, 600mb just on startup alone
This commit is contained in:
parent
ca66c01856
commit
51e3d68ab8
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -6,7 +6,7 @@ Vagrant.configure('2') do |config|
|
||||
|
||||
config.vm.provider 'virtualbox' do |v|
|
||||
v.cpus = 2
|
||||
v.memory = 1280
|
||||
v.memory = 2048
|
||||
if Vagrant::Util::Platform.windows?
|
||||
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant", "1"]
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user