mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
lxc.rootfs = /var/lib/lxc/migrate_test/rootfs
|
|
lxc.utsname = 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
|