次の方法で共有


SysctlConfig クラス

定義

Linux エージェント ノードの Sysctl 設定。

public class SysctlConfig
type SysctlConfig = class
Public Class SysctlConfig
継承
SysctlConfig

コンストラクター

SysctlConfig()

SysctlConfig の新しいインスタンスを初期化します。

プロパティ

FsAioMaxNr

Sysctl setting fs.aio-max-nr.

FsFileMax

Sysctl setting fs.file-max.

FsInotifyMaxUserWatches

Sysctl の設定fs.inotify.max_user_watches。

FsNrOpen

Sysctl の設定fs.nr_open。

KernelThreadsMax

sysctl setting kernel.threads-max.

NetCoreNetdevMaxBacklog

Sysctl の設定net.core.netdev_max_backlog。

NetCoreOptmemMax

Sysctl の設定net.core.optmem_max。

NetCoreRmemDefault

Sysctl の設定net.core.rmem_default。

NetCoreRmemMax

Sysctl の設定net.core.rmem_max。

NetCoreSomaxconn

net.core.somaxconn を設定する Sysctl。

NetCoreWmemDefault

Sysctl 設定net.core.wmem_default。

NetCoreWmemMax

Sysctl の設定net.core.wmem_max。

NetIPv4IPLocalPortRange

Sysctl の設定net.ipv4.ip_local_port_range。

NetIPv4NeighDefaultGcThresh1

Sysctl の設定net.ipv4.neigh.default.gc_thresh1。

NetIPv4NeighDefaultGcThresh2

Sysctl の設定net.ipv4.neigh.default.gc_thresh2。

NetIPv4NeighDefaultGcThresh3

Sysctl の設定net.ipv4.neigh.default.gc_thresh3。

NetIPv4TcpFinTimeout

Sysctl 設定net.ipv4.tcp_fin_timeout。

NetIPv4TcpKeepaliveIntvl

Sysctl の設定net.ipv4.tcp_keepalive_intvl。

NetIPv4TcpKeepaliveProbes

Sysctl の設定net.ipv4.tcp_keepalive_probes。

NetIPv4TcpKeepaliveTime

Sysctl 設定net.ipv4.tcp_keepalive_time。

NetIPv4TcpMaxSynBacklog

Sysctl の設定net.ipv4.tcp_max_syn_backlog。

NetIPv4TcpMaxTwBuckets

Sysctl の設定net.ipv4.tcp_max_tw_buckets。

NetIPv4TcpTwReuse

Sysctl 設定net.ipv4.tcp_tw_reuse。

NetNetfilterNfConntrackBuckets

Sysctl の設定net.netfilter.nf_conntrack_buckets。

NetNetfilterNfConntrackMax

Sysctl の設定net.netfilter.nf_conntrack_max。

VmMaxMapCount

Sysctl 設定vm.max_map_count。

VmSwappiness

Sysctl setting vm.swappiness.

VmVfsCachePressure

Sysctl 設定vm.vfs_cache_pressure。

適用対象