摘要:
elasticsearch.in.sh文件主要是内存优化 ES_MIN_MEM=24g(24g是物理内存的一半) ES_MAX_MEM=24g ES调优: 1、Java层面的调优,加大JVM的可用内存及单线程内存(在/bin/elasticsearch.in.sh文件修改参数) 一半分配主机物理内存 阅读全文
摘要:
网卡绑定有7种模式,分别为:bond0,bond1,bond3,bond4,bond5,bond6 常见的有三种: mode = 0:平衡负载模式 有自动备缓但需要“switch”支援及设定 mode = 1:自动备缓模式 其中一条线若断线,其他线路将会自动备缓 mode = 6:平衡负载模式 有自 阅读全文
摘要:
服务器:centos6.6 1、从正确的.pfx文件中导出.pem认证文件 #openssl pkcs12 -in example.pfx -nodes -out server.pem pfx文件可以从其他正确的服务器导出 2、官网下载证书(主要是中间件证书) 官网地址:https://suppor 阅读全文