mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
|
lxc.rootfs.path = /var/lib/lxc/migrate_test/rootfs
|
||
|
lxc.uts.name = migrate_test
|
||
|
lxc.autodev=1
|
||
|
|
||
|
# 1GiB
|
||
|
lxc.cgroup.memory.limit_in_bytes = 1073741824
|
||
|
# 128MiB
|
||
|
lxc.cgroup.memory.soft_limit_in_bytes = 134217728
|
||
|
# 2GiB
|
||
|
lxc.cgroup.memory.memsw.limit_in_bytes = 2147483648
|