systemd-logind: Failed to start user slice user-1000.slice, ignoring: The maximum number of pending replies per cannection has been reached (arg.freedesktop.D
Bus.Error.LimitsExceeded)
message 日志出现报错
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- CSDN专家-sinJack 2023-11-02 09:33关注
The maximum number of pending replies per connection has been reached",
连接的挂起回复数量已达到最大限制。可能系统资源问题,内存或者磁盘不足。
调整systemd-logind 的配置/etc/systemd/logind.conf 调整以下参数: MaxPendingReply=, MaxConnections=, MaxInhibitDelaySec=重启配置
sudo systemctl restart systemd-logind解决 无用评论 打赏 举报