Comment 1 for bug 1720887

Revision history for this message
Chris Newcomer (cnewcomer) wrote :

The workaround for now is:

mkdir -p /etc/systemd/system/virtlogd.service.d/
cat > /etc/systemd/system/virtlogd.service.d/limits.conf << EOF
[Service]
LimitNOFILE=infinity
EOF

systemctl daemon-reload