System Control Args
data class SystemControlArgs(val namespace: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SystemControlArgs>
Definition of SystemControl
Properties
Link copied to clipboard
The namespaced kernel parameter to set a `value`
for. Valid IPC namespace values: `'kernel.msgmax' | 'kernel.msgmnb' | 'kernel.msgmni' | 'kernel.sem' | 'kernel.shmall' | 'kernel.shmmax' | 'kernel.shmmni' | 'kernel.shm_rmid_forced'`
, and `Sysctls`
that start with `'fs.mqueue.*'`
Valid network namespace values: `Sysctls`
that start with `'net.*'`
All of these values are supported by Fargate.