摘要: DD测试磁盘: 另一个链接: http://blog.csdn.net/bigdatahappy/article/details/9734129 阅读全文
posted @ 2017-05-30 17:47 feral 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 见:http://dreamfire.blog.51cto.com/418026/1084729/ 阅读全文
posted @ 2017-05-30 17:20 feral 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 摘自: http://www.cnblogs.com/kreo/p/4423362.html# redis 配置文件示例 # 当你需要为某个配置项指定内存大小的时候,必须要带上单位, # 通常的格式就是 1k 5gb 4m 等酱紫: # # 1k => 1000 bytes # 1kb => 1024 bytes # 1m => 1000000 bytes # 1mb => 1024*... 阅读全文
posted @ 2017-05-30 15:04 feral 阅读(165) 评论(0) 推荐(0) 编辑
摘要: net.ipv4.ip_local_port_range = 1024 65536 net.core.rmem_max=16777216 net.core.wmem_max=16777216 net.ipv4.tcp_rmem=4096 87380 16777216 net.ipv4.tcp_wmem=4096 65536 16777216 net.ipv4.tcp_fin_ti... 阅读全文
posted @ 2017-05-30 14:53 feral 阅读(139) 评论(0) 推荐(0) 编辑