mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
Increase default file handle limits for virtlockd
The assumption so far was an average of 4 disks per guest. But some architectures, like s390x, still often use plenty of smaller disks. To include those in the considerations an assumption of an average of 10 disks is more reasonable. Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
This commit is contained in:
parent
d744476475
commit
3080834fcd
@ -15,8 +15,8 @@ ExecReload=/bin/kill -USR1 $MAINPID
|
||||
OOMScoreAdjust=-900
|
||||
# Needs to allow for max guests * average disks per guest
|
||||
# libvirtd.service written to expect 4096 guests, so if we
|
||||
# allow for 4 disks per guest, we get:
|
||||
LimitNOFILE=16384
|
||||
# allow for 10 disks per guest, we get:
|
||||
LimitNOFILE=40960
|
||||
|
||||
[Install]
|
||||
Also=virtlockd.socket
|
||||
|
Loading…
x
Reference in New Issue
Block a user