DockerHardware: Make a DockerHardware object

Description Usage Arguments Value Examples

View source: R/class-DockerHardware.R

Description

Make a DockerHardware object

Usage

1
DockerHardware(cpu = 256, memory = 512, id = character(0))

Arguments

cpu

Numeric(1), the CPU limitation for the docker. 1024 CPU unit corresponds to 1 core.

memory

Numeric(1), the memory limitation for the docker, the unit is MB.

id

character(1) or character(0), the id of the hardware, the meaning of id depends on the cloud provider.

Value

A DockerHardware object

Examples

1

DockerParallel documentation built on June 23, 2021, 5:07 p.m.