nlbwmon: Unable to dump conntrack: No buffer space available

Add following lines in sysctl to increase kernel buffers as well : (default is 128k, following config will increase it to 16m)

vim /etc/sysctl.conf

net.core.rmem_default=16777216
net.core.wmem_default=16777216
net.core.rmem_max=16777216
net.core.wmem_max=16777216

sysctl -p to run it && restart nlbwmon.

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注