resizeCluster: Resize an Azure cloud-enabled cluster.

Description Usage Arguments Examples

View source: R/autoscale.R

Description

Resize an Azure cloud-enabled cluster.

Usage

1
2
resizeCluster(cluster, dedicatedMin, dedicatedMax, lowPriorityMin,
  lowPriorityMax, algorithm = "QUEUE", timeInterval = "PT5M")

Arguments

cluster

Cluster object that was referenced in makeCluster

dedicatedMin

The minimum number of dedicated nodes

dedicatedMax

The maximum number of dedicated nodes

lowPriorityMin

The minimum number of low priority nodes

lowPriorityMax

The maximum number of low priority nodes

algorithm

Current built-in autoscale formulas: QUEUE, MAX_CPU, WEEKEND, WEEKDAY

timeInterval

Time interval at which to automatically adjust the pool size according to the autoscale formula

Examples

1
2
3
4
5
## Not run: 
resizeCluster(cluster, dedicatedMin = 2, dedicatedMax = 6,
             dedicatedMin = 2, dedicatedMax = 6, algorithm = "QUEUE", timeInterval = "PT10M")

## End(Not run)

LuisFilipe236/doAzureParallel documentation built on May 28, 2019, 1:45 p.m.