当前位置:网站首页>Tengine kernel parameters
Tengine kernel parameters
2022-07-06 04:20:00 【istan1ey】
tengine Kernel parameters
tcp_max_syn_backlog: 16384
Maximum port backlog Kernel restrictions . This parameter limits Server application The maximum number of ports that can be set backlog value ( Corresponding to port syn_backlog and backlog The queue length ). The motivation is to limit... On servers with limited memory / Avoid application configuration backlog Value to run out of kernel memory . If the application settings backlog Greater than this value , The operating system will automatically limit it to this value .(tengine listen backlog : 2048)
tcp_abort_on_overflow: 0
When tcp Connected 3 After Lu shook hands , Put the connection in ESTABLISHED State and deliver to the application backlog When queuing , Will check the backlog Is the queue full . If it's full , The usual behavior is to restore the connection to SYN_ACK state , In order to create 3 The last way to shake hands ACK The false appearance of accidental loss of a bag —— In this way, it can be retransmitted after the client has timed out ACK —— To try to enter again ESTABLISHED state —— As a repair / Retry mechanism . If enabled tcp_abort_on_overflow It's checking that backlog When the queue is full , Direct hair RST Package to the client to terminate the connection —— At this point, the client program will receive 104 Connection reset by peer error .
tcp_tw_timeout:3
Same as below
tcp_max_tw_buckets :600000
Same as below
4.14.0-1.0.0.2.el7
tcp_tw_timeout:3
timewait Connect the quick recovery , Enhance the ability to build companies
tcp_max_syn_backlog:30000
ditto
tcp_abort_on_overflow :0
ditto
tcp_max_tw_buckets :600000
timewait Maximum number of connections , Avoid sudden tw Too much , Enhance the ability to build companies
边栏推荐
- Recommendation system (IX) PNN model (product based neural networks)
- Cross domain and jsonp details
- Certbot failed to update certificate solution
- 解决“C2001:常量中有换行符“编译问题
- [Zhao Yuqiang] deploy kubernetes cluster with binary package
- When debugging after pycharm remote server is connected, trying to add breakpoint to file that does not exist: /data appears_ sda/d:/segmentation
- C. The third problem
- Implementation of knowledge consolidation source code 2: TCP server receives and processes half packets and sticky packets
- [leetcode question brushing day 33] 1189 The maximum number of "balloons", 201. The number range is bitwise AND
- During pycharm debugging, the view is read only and pause the process to use the command line appear on the console input
猜你喜欢

Yyds dry goods inventory hcie security Day11: preliminary study of firewall dual machine hot standby and vgmp concepts

【leetcode】1189. Maximum number of "balloons"

MySql數據庫root賬戶無法遠程登陸解决辦法

In depth MySQL transactions, stored procedures and triggers

颠覆你的认知?get和post请求的本质

图应用详解

The value of two date types is subtracted and converted to seconds

电脑钉钉怎么调整声音

Understanding of processes, threads, coroutines, synchronization, asynchrony, blocking, non blocking, concurrency, parallelism, and serialization

Lora gateway Ethernet transmission
随机推荐
User datagram protocol UDP
C. The third problem
SharedPreferences 源码分析
2328. Number of incremental paths in the grid graph (memory search)
How to execute an SQL statement in MySQL
颠覆你的认知?get和post请求的本质
In depth MySQL transactions, stored procedures and triggers
2327. 知道秘密的人数(递推)
Query the number and size of records in each table in MySQL database
P2022 interesting numbers (binary & digit DP)
729. My schedule I (set or dynamic open point segment tree)
DM8 archive log file manual switching
Recommendation system (IX) PNN model (product based neural networks)
Global and Chinese markets for patent hole oval devices 2022-2028: Research Report on technology, participants, trends, market size and share
2/10 parallel search set +bfs+dfs+ shortest path +spfa queue optimization
Patent | subject classification method based on graph convolution neural network fusion of multiple human brain maps
Several important classes in unity
MLAPI系列 - 04 - 网络变量和网络序列化【网络同步】
Yyds dry goods inventory hcie security Day11: preliminary study of firewall dual machine hot standby and vgmp concepts
10 exemples les plus courants de gestion du trafic istio, que savez - vous?