In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
The figure shows the basic optimization idea, enabling more socket connections and opening more files.
1. From the perspective of opening the file
System level:
First use ulimit -n to see the default number of files that a process can open. Default is 128. ulimit -n 50000 Change the number of open files to 50000.
nginx level:
Configure worker_rlimit_nofile in nginx (there are some problems with the parameters in the figure) worker_rlimit_nofile 20000
2. From the angle of establishing sorket connection
System level:
The requested URL/proc/sys/net/core/somaxconn/was not found on this server.
The requested URL/proc/sys/net/ipv4/tcp_tw_recycle was not found on this server.
The requested URL/html/html/index.php was not found on this server.
The requested URL/proc/sys/net/ipv4/tcp/was not found on this server.
nginx level:
worker_connections 20000;
keepalive_timeout 0; Long connections need to be used with caution in high concurrency situations. will put more requests on hold.
Experimental environment: Take vmware to open a virtual machine 6g memory 20g hard disk 4 cores
Experimental results:
Before optimization, take ab test 3000 concurrency is OK, but more than 3000 concurrency has a large number of failures
After optimization, 10000 concurrent 0 failures 80% completed in one second
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.