RemoteImageBuildUlimit

data class RemoteImageBuildUlimit(val hard: Int, val name: String, val soft: Int)

Constructors

Link copied to clipboard
constructor(hard: Int, name: String, soft: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hard: Int

soft limit

Link copied to clipboard

type of ulimit, e.g. nofile

Link copied to clipboard
val soft: Int

hard limit