Skip to content

Instantly share code, notes, and snippets.

@gkmngrgn
Created July 29, 2015 00:03
Show Gist options
  • Save gkmngrgn/1265213821c58e1c960c to your computer and use it in GitHub Desktop.
Save gkmngrgn/1265213821c58e1c960c to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |vb|
# vb.gui = true
vb.memory = "1024"
end
config.vm.provision "shell", path: "scripts/increaseswap"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment