zabbix agent端报错zbx_realloc: out of memory. Requested 37852 bytes

今天zabbix agent报错,结果如下:

2592:20200326:004527.037 [file:..\..\..\src\libs\zbxsysinfo\win32\net.c,line:91] zbx_realloc: out of memory. Requested 37852 bytes.

zabbix agent运行在负荷较高的主机之上,因此需要调一下buffer的值

在配置文件中修改这个值,然后

BufferSize=10000

默认是100,现在调至1000,暂时先看看效果再说,后期有问题了再来更新,如果没问题了就先这样

猜你喜欢

转载自www.cnblogs.com/FengGeBlog/p/12579817.html