错误信息
Netlink receive failure: Object busy
Unable to dump conntrack: I/O error
Netlink receive failure: Out of memory
Unable to dump conntrack: No buffer space available
尝试
修改 /etc/config/nlbwmon
# 增大该项数值
option netlink_buffer_size '524288'
# The buffer size for receiving netlink conntrack results, in bytes.
# If the chosen size is too small, accounting information might get
# lost, leading to skewed traffic counting results
修改 /etc/sysctl.conf
# 添加如下配置
net.core.wmem_max=16777216
net.core.rmem_max=16777216
完成后 sysctl -p && /etc/init.d/nlbwmon reload
缩短提交时间
还没尝试
### 2022年11月25日
还是有 Netlink receive failure: Object busy 错误
修改 提交间隔 为 4h (之前是 24h)
本文介绍了遇到Netlink接收失败等错误的解决方法,通过调整系统配置文件中的缓冲区大小和核心内存限制来提高系统性能,并尝试缩短提交间隔时间。
1449

被折叠的 条评论
为什么被折叠?



