虚拟化容器,大数据,DBA,中间件,监控。

How to Disable Receive-Side Copy (RSC) in Dom0

05 09月
作者:admin|分类:容器虚拟化
 

How to Disable Receive-Side Copy (RSC) in Dom0

Document ID: CTX136830   /   Created On: 2013-3-7   /   Updated On: 2013-7-23
Average Rating: 5 (2 ratings)
<!--
-->

Summary

This article describes how to disable Receive-Side Copy in dom0.

Receive-Side Copy (RSC) might cause exhaustion of dom0 pageref resources. This might lead to undesirable behavior under certain circumstances.

Requirements

RSC as the default network back end.

Background

By default, xen_netback.netback_max_rx_protocol is set to 1, which enables RSC host wide.

Procedure

  1. Run the following command:
    #/opt/xensource/libexec/xen-cmdline --set-dom0 xen_netback.netback_max_rx_protocol=0
  2. Restart the server for the change to take effect.
  3. Confirm that the change has been implemented:
    # cat /proc/cmdline
    root=LABEL=root-cbscvkzh ro console=tty0 xencons=hvc console=hvc0 xen_netback.netback_max_rx_protocol=
    0

Throughput should not be adversely affected by turning RSC off. It is likely to put more CPU load on Dom0, depending upon the volume of network traffic and amount of Virtual Machines.

More Information



浏览2749 评论0
返回
目录
返回
首页
xenserver 无故出现crash,网络不通,死机不显示 How to Disable Receive-Side Copy (RSC) on XenServer 6.x