mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
daemon: Enhance documentation for changing NOFILE limit
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
0a840e23c2
commit
be8701d76c
@ -20,5 +20,14 @@
|
|||||||
#
|
#
|
||||||
#SDL_AUDIODRIVER=pulse
|
#SDL_AUDIODRIVER=pulse
|
||||||
|
|
||||||
# Override the maximum number of opened files
|
# Override the maximum number of opened files.
|
||||||
|
# This only works with traditional init scripts.
|
||||||
|
# In the systemd world, the limit can only be changed by overriding
|
||||||
|
# LimitNOFILE for libvirtd.service. To do that, just create a *.conf
|
||||||
|
# file in /etc/systemd/system/libvirtd.service.d/ (for example
|
||||||
|
# /etc/systemd/system/libvirtd.service.d/openfiles.conf) and write
|
||||||
|
# the following two lines in it:
|
||||||
|
# [Service]
|
||||||
|
# LimitNOFILE=2048
|
||||||
|
#
|
||||||
#LIBVIRTD_NOFILES_LIMIT=2048
|
#LIBVIRTD_NOFILES_LIMIT=2048
|
||||||
|
Loading…
x
Reference in New Issue
Block a user