缺省情况下,RMAN使用所有可用带宽对磁盘执行读写。
用户可以借助参数rate来限制RMAN任务对I/O资源的消耗。
在allocate channel、configure channel命令中指定参数rate,来指定每个channel每秒最大可以使用的I/O。
例如,配置最大值为1MB:
configure device type sbt parallelism 2; configure default device type to sbt; configure channel device type sbt rate 1m;
一共分配了两个通道,每秒最大可以写2mb的数据。