Ulimits: Ulimits

UlimitsR Documentation

Ulimits

Description

Ulimits

Ulimits

Format

R6Class object.

Super class

tercenApi::Base -> Ulimits

Public fields

core_file_size

of type int.

data_seg_size

of type int.

scheduling_priority

of type int.

file_size

of type int.

pending_signals

of type int.

max_locked_memory

of type int.

max_memory_size

of type int.

open_files

of type int.

pipe_size

of type int.

message_queues

of type int.

real_time_priority

of type int.

stack_size

of type int.

cpu_time

of type int.

max_user_processes

of type int.

virtual_memory

of type int.

file_locks

of type int.

Methods

Public methods

Inherited methods

Method new()

Usage
Ulimits$new(json = NULL)

Method init()

Usage
Ulimits$init()

Method initJson()

Usage
Ulimits$initJson(json)

Method toTson()

Usage
Ulimits$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Ulimits$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.