RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
Static Public Attributes | List of all members
rstudio::launcher_plugins::api::ResourceLimit::Type Struct Reference

Static Public Attributes

static const char *const CPU_COUNT
 
static const char *const CPU_TIME
 
static const char *const MEMORY
 
static const char *const MEMORY_SWAP
 

Member Data Documentation

◆ CPU_COUNT

const char* const rstudio::launcher_plugins::api::ResourceLimit::Type::CPU_COUNT
static

The required number of CPUs for a job.

◆ CPU_TIME

const char* const rstudio::launcher_plugins::api::ResourceLimit::Type::CPU_TIME
static

The required amount of CPU time for a job, in seconds.

◆ MEMORY

const char* const rstudio::launcher_plugins::api::ResourceLimit::Type::MEMORY
static

The required amount of memory for a job, in MB.

◆ MEMORY_SWAP

const char* const rstudio::launcher_plugins::api::ResourceLimit::Type::MEMORY_SWAP
static

The required amount of swap space for a job, in MB.


The documentation for this struct was generated from the following file: