Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Vagrant.configure("2") do |config|
  2. config.vm.box = "fgrehm/trusty64-lxc"
  3. config.vm.provider :lxc do |lxc|
  4. lxc.customize 'cgroup.memory.limit_in_bytes', '1024M'
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement