WARNING: Failed to set buffer limit on IPC interconnect socket

SKGXP:[110a4d248.1]{-}: WARNING: Failed to set buffer limit on IPC interconnect socket

适用于: Oracle 11.2.0.2 以后的版本


在Oracle中的警告日志alert.log 出现以下报警:

SKGXP:[ffffffff7a614c88.1]{-}: WARNING: Failed to set buffer limit on IPC interconnect socket
SKGXP:[ffffffff7a614c88.1]{-}: Oracle requires that the socket receive buffer size be tunable up to 2048 KB.
Please make sure the kernel parameter which limits the receive socket space set by
applications (i.e. SO_RCVBUF) is at least that value.
 

产生原因

The Socket Buffer Size 设置太小.

解决方案

The socket receive buffer size is established based on OS settings.

Set the maximum buffer size to at least the value reflected in the message (2048 KB in this example)

The commands required to do this depends on the Operating System.

在操作系统以root用户执行:

      Linux 平台   # sysctl -w net.core.rmem_max=2097152

      Solaris 平台 # ndd -set /dev/udp udp_max_buf 2097152

      AIX 平台   # no -o sb_max=4194304   (note: AIX only permits sizes of 1048576, 4194304 or 8388608)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值