@佳辰 2023-11-01 18:25 采纳率: 50%
浏览 106

message 日志出现报错

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)

  • 写回答

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
    
    评论

报告相同问题?

问题事件

  • 创建了问题 11月1日