Skip to content

Commit

Permalink
Fixed performance issue with Juice-shop
Browse files Browse the repository at this point in the history
Added more VRAM and additional CPUs to fix a rendering problem with Juice-shop
  • Loading branch information
secureideas authored and mgillam committed Mar 15, 2019
1 parent 2937e72 commit 8e472a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Vagrant.configure("2") do |config|
vb.name = "SamuraiWTF-4.0.1"
# Customize the amount of memory on the VM:
vb.memory = "4096"
vb.customize ["modifyvm", :id, "--vram", "48"]
vb.customize ["modifyvm", :id, "--vram", "128"]
vb.customize ["modifyvm", :id, "--cpus", "2"]

samuraiwtf.vm.provision :shell, inline: "shutdown -r +1"
end
Expand Down

0 comments on commit 8e472a9

Please sign in to comment.