Update readme to reflect current behavior
This commit is contained in:
parent
b5378c7c42
commit
5b088ebd17
1 changed files with 3 additions and 4 deletions
|
@ -87,10 +87,9 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
This will make vagrant-lxc pass in `-s lxc.cgroup.memory.limit_in_bytes='1024M'`
|
vagrant-lxc will then write out `lxc.cgroup.memory.limit_in_bytes='1024M'` to the
|
||||||
to `lxc-start` when booting containers. This will override any previously value
|
container config file (usually kept under `/var/lib/lxc/<container-name>/config`)
|
||||||
set from container's configuration file that is usually kept under
|
prior to starting it.
|
||||||
`/var/lib/lxc/<container-name>/config`.
|
|
||||||
|
|
||||||
For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/quantal/man5/lxc.conf.5.html).
|
For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/quantal/man5/lxc.conf.5.html).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue