SysctlConfig Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Configuración de Sysctl para nodos de agente de Linux.
public class SysctlConfig
type SysctlConfig = class
Public Class SysctlConfig
- Herencia
-
SysctlConfig
Constructores
SysctlConfig() |
Inicializa una nueva instancia de SysctlConfig. |
Propiedades
FsAioMaxNr |
Configuración de Sysctl fs.aio-max-nr. |
FsFileMax |
Configuración de Sysctl fs.file-max. |
FsInotifyMaxUserWatches |
Configuración de Sysctl fs.inotify.max_user_watches. |
FsNrOpen |
Configuración de Sysctl fs.nr_open. |
KernelThreadsMax |
Configuración de Sysctl kernel.threads-max. |
NetCoreNetdevMaxBacklog |
Configuración de Sysctl net.core.netdev_max_backlog. |
NetCoreOptmemMax |
Configuración de Sysctl net.core.optmem_max. |
NetCoreRmemDefault |
Configuración de Sysctl net.core.rmem_default. |
NetCoreRmemMax |
Configuración de Sysctl net.core.rmem_max. |
NetCoreSomaxconn |
Configuración de Sysctl net.core.somaxconn. |
NetCoreWmemDefault |
Configuración de Sysctl net.core.wmem_default. |
NetCoreWmemMax |
Configuración de Sysctl net.core.wmem_max. |
NetIPv4IPLocalPortRange |
Configuración de Sysctl net.ipv4.ip_local_port_range. |
NetIPv4NeighDefaultGcThresh1 |
Configuración de Sysctl net.ipv4.neigh.default.gc_thresh1. |
NetIPv4NeighDefaultGcThresh2 |
Configuración de Sysctl net.ipv4.neigh.default.gc_thresh2. |
NetIPv4NeighDefaultGcThresh3 |
Configuración de Sysctl net.ipv4.neigh.default.gc_thresh3. |
NetIPv4TcpFinTimeout |
Configuración de Sysctl net.ipv4.tcp_fin_timeout. |
NetIPv4TcpKeepaliveIntvl |
Configuración de Sysctl net.ipv4.tcp_keepalive_intvl. |
NetIPv4TcpKeepaliveProbes |
Configuración de Sysctl net.ipv4.tcp_keepalive_probes. |
NetIPv4TcpKeepaliveTime |
Configuración de Sysctl net.ipv4.tcp_keepalive_time. |
NetIPv4TcpMaxSynBacklog |
Configuración de Sysctl net.ipv4.tcp_max_syn_backlog. |
NetIPv4TcpMaxTwBuckets |
Configuración de Sysctl net.ipv4.tcp_max_tw_buckets. |
NetIPv4TcpTwReuse |
Configuración de Sysctl net.ipv4.tcp_tw_reuse. |
NetNetfilterNfConntrackBuckets |
Configuración de Sysctl net.netfilter.nf_conntrack_buckets. |
NetNetfilterNfConntrackMax |
Configuración de Sysctl net.netfilter.nf_conntrack_max. |
VmMaxMapCount |
Configuración de Sysctl vm.max_map_count. |
VmSwappiness |
Configuración de Sysctl vm.swappiness. |
VmVfsCachePressure |
Configuración de Sysctl vm.vfs_cache_pressure. |
Se aplica a
Azure SDK for .NET