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
|
||||
```
|
||||
|
||||
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/<container-name>/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/<container-name>/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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue