秀米云香港服务器

nginx参数调优

worker_processes;//cpu内核数目-,利用下来结果较好events{useepoll;worker_connections;}http{includemime.types;default_typeapplication/octet-stream;server_tokensoff;keepalive_timeout;client_header_timeout3m;client_body_timeout3m;send_timeout3m;client_header_buffer_size16k;large_client_header_buffers32k;server_names_hash_max_size;server_names_hash_bucket_size;sendfileon;tcp_nopushon;tcp_nodelayon;limit_req_zone$binary_remote_addrzone=http:10mrate=10r/s;limit_req_zone$http_user_agentzone=useragenttrack:10mrate=10r/s;log_formatoschina_log"hljs-string">'$remote_addr-$remote_user[$time_local]$request'"hljs-string">'"$status"$body_bytes_sent"$http_referer"'"hljs-string">'"$http_user_agent""$http_x_forwarded_for"';access_loglogs/joinku.log;gzipon;gzip_min_length1k;gzip_buffers8k;gzip_http_version1.1;gzip_typestext/plainapplication/x-javascripttext/cssapplication/xml;...}

序列号 CPU RAM HDD 带宽 售价(美元) 免费试用
香港服务器1 E5-2620 32G 1T HDD 50M/无限流量 $196.00 立即申请
香港服务器2 E5-2650 32G 1T HDD 50M/无限流量 $256.00 立即申请
香港服务器3 E5-2680 32G 1T HDD 50M/无限流量 $316.00 立即申请
香港服务器4 E5-2690 32G 1T HDD 50M/无限流量 $336.00 立即申请
香港服务器5 E5-2697 32G 1T HDD 50M/无限流量 $376.00 立即申请
香港服务器6 E5-2620*2 32G 1T HDD 50M/无限流量 $376.00 立即申请
香港服务器7 E5-2650*2 32G 1T HDD 50M/无限流量 $436.00 立即申请
香港服务器8 E5-2680*2 32G 1T HDD 50M/无限流量 $476.00 立即申请
香港服务器9 E5-2690*2 32G 1T HDD 50M/无限流量 $556.00 立即申请
香港服务器10 E5-2697*2 32G 1T HDD 50M/无限流量 $596.00 立即申请
香港服务器11 E5-2680v4*2 32G 1T HDD 50M/无限流量 $696.00 立即申请
香港服务器12 E5-2698v4*2 32G 1T HDD 50M/无限流量 $796.00 立即申请

tomcat 参数调优JVM配置l 一般利用HotSpot JVM。l 加上-server。l -Xms/-Xmx:配置Java堆初始化和最大值,默认是1/64物理内存和1/4物理内存,一般不高出物理内存的80%,且这两个应该配置成一样,,,够用就好,太高会导致挥霍内存和GC接纳周期长。l -XX:NewSize/-XX:NewRatio:配置成25%-33%java堆总量,太高太低城市导致无效GC。l -XX:PermSize/-XX:MaxPermSize:非堆内内存初始值最大值别离设为128M,256M。l -XX:+AggressiveOpts:利用最新优化技能。

标题:出产情况下 nginx 和 tomcat的机能优化

地址: https://www.yunhk.xyz/26076.html