From 5b088ebd176e874279ee31a2b7c2d4f17b320a06 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 31 Jul 2013 23:14:38 -0300 Subject: [PATCH] Update readme to reflect current behavior --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1eb943..7bc8cce 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,9 @@ Vagrant.configure("2") do |config| end ``` -This will make vagrant-lxc pass in `-s lxc.cgroup.memory.limit_in_bytes='1024M'` -to `lxc-start` when booting containers. This will override any previously value -set from container's configuration file that is usually kept under -`/var/lib/lxc//config`. +vagrant-lxc will then write out `lxc.cgroup.memory.limit_in_bytes='1024M'` to the +container config file (usually kept under `/var/lib/lxc//config`) +prior to starting it. For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/quantal/man5/lxc.conf.5.html).