SysctlConfig Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Sysctl-Einstellungen für Linux-Agent-Knoten.
public class SysctlConfig
type SysctlConfig = class
Public Class SysctlConfig
- Vererbung
-
SysctlConfig
Konstruktoren
SysctlConfig() |
Initialisiert eine neue instance von SysctlConfig. |
Eigenschaften
FsAioMaxNr |
Sysctl-Einstellung fs.aio-max-nr. |
FsFileMax |
Sysctl-Einstellung fs.file-max. |
FsInotifyMaxUserWatches |
Sysctl-Einstellung fs.inotify.max_user_watches. |
FsNrOpen |
Sysctl-Einstellung fs.nr_open. |
KernelThreadsMax |
Sysctl-Einstellung kernel.threads-max. |
NetCoreNetdevMaxBacklog |
Sysctl-Einstellung net.core.netdev_max_backlog. |
NetCoreOptmemMax |
Sysctl-Einstellung net.core.optmem_max. |
NetCoreRmemDefault |
Sysctl-Einstellung net.core.rmem_default. |
NetCoreRmemMax |
Sysctl-Einstellung net.core.rmem_max. |
NetCoreSomaxconn |
Sysctl-Einstellung net.core.somaxconn. |
NetCoreWmemDefault |
Sysctl-Einstellung net.core.wmem_default. |
NetCoreWmemMax |
Sysctl-Einstellung net.core.wmem_max. |
NetIPv4IPLocalPortRange |
Sysctl-Einstellung net.ipv4.ip_local_port_range. |
NetIPv4NeighDefaultGcThresh1 |
Sysctl-Einstellung net.ipv4.neigh.default.gc_thresh1. |
NetIPv4NeighDefaultGcThresh2 |
Sysctl-Einstellung net.ipv4.neigh.default.gc_thresh2. |
NetIPv4NeighDefaultGcThresh3 |
Sysctl-Einstellung net.ipv4.neigh.default.gc_thresh3. |
NetIPv4TcpFinTimeout |
Sysctl-Einstellung net.ipv4.tcp_fin_timeout. |
NetIPv4TcpKeepaliveIntvl |
Sysctl-Einstellung net.ipv4.tcp_keepalive_intvl. |
NetIPv4TcpKeepaliveProbes |
Sysctl-Einstellung net.ipv4.tcp_keepalive_probes. |
NetIPv4TcpKeepaliveTime |
Sysctl-Einstellung net.ipv4.tcp_keepalive_time. |
NetIPv4TcpMaxSynBacklog |
Sysctl-Einstellung net.ipv4.tcp_max_syn_backlog. |
NetIPv4TcpMaxTwBuckets |
Sysctl-Einstellung net.ipv4.tcp_max_tw_buckets. |
NetIPv4TcpTwReuse |
Sysctl-Einstellung net.ipv4.tcp_tw_reuse. |
NetNetfilterNfConntrackBuckets |
Sysctl-Einstellung net.netfilter.nf_conntrack_buckets. |
NetNetfilterNfConntrackMax |
Sysctl-Einstellung net.netfilter.nf_conntrack_max. |
VmMaxMapCount |
Sysctl-Einstellung vm.max_map_count. |
VmSwappiness |
Sysctl-Einstellung vm.swappiness. |
VmVfsCachePressure |
Sysctl-Einstellung vm.vfs_cache_pressure. |
Gilt für:
Azure SDK for .NET