JobDefinitionUlimit

data class JobDefinitionUlimit(val hardLimit: Int, val name: String, val softLimit: Int)

Constructors

Link copied to clipboard
constructor(hardLimit: Int, name: String, softLimit: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hard limit for the ulimit type.

Link copied to clipboard

The type of the ulimit . Valid values are: core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack .

Link copied to clipboard

The soft limit for the ulimit type.