记录日常工作关于系统运维,虚拟化云计算,数据库,网络安全等各方面问题。
 

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





转载请标明出处【How to Disable Receive-Side Copy (RSC) in Dom0 】。

《www.micoder.cc》 虚拟化云计算,系统运维,安全技术服务.

网站已经关闭评论