亲爱的小伙伴们,对于elasticsearch参数配置和惠威9300功放平衡器怎么调,很多人可能不是很了解。因此,今天我将和大家分享一些关于elasticsearch参数配置和惠威9300功放平衡器怎么调的知识,希望能够帮助大家更好地理解这个话题。
本文目录一览
elasticsearch参数配置
前一段时间配置了公司offline,online的ES服务两组,根据节点分工不同,分为master,client,data三种类型节点;服务器参数修改如下:
/etc/sysctl``.conf
增加:vm.max_map_count=262144然后执行sysctl-p生效
/etc/security/limits.conf
elasticsoftmemlockunlimited
elastichardmemlockunlimited
(退出当前用户,重新登录生效)
修改配置参数如下:
master节点(内存8G)
node.name:master-56-1
node.master:true
node.voting_only:false
node.data:false
node.ingest:true
node.ml:false
cluster.remote.connect:false
http.cors.enabled:true
http.port:9210
network.host:100.100.200.56
transport.port:9300
transport.compress:true
数据节点(data节点)(内存31G)
node.master:false
node.voting_only:false
node.data:true
node.ingest:false
node.ml:false
http.enabled:false
http.port:0
network.host:100.100.200.50
transport.port:9300
transport.compress:true
bootstrap.memory_lock:true
cluster.remote.connect:false
cluster.routing.allocation.same_shard.host:true
indices.breaker.request.limit:90%
thread_pool.search.max_queue_size默认值为1000,与thread_pool.search.min_queue_size默认值一样,都为1000;所以max_queue_size可以调为2000
thread_pool.search.size,默认生成与cpu核心数一至,可以改为cpu核心数2倍;
协调节点(client节点)(内存16G)
node.master:false
node.voting_only:false
node.data:false
node.ingest:false
node.ml:false
cluster.remote.connect:false
http.cors.enabled:true
http.port:9200
http.cors.allow-headers:Authorization
xpack.security.enabled:true
network.host:0.0.0.0
transport.port:9310
transport.compress:true
bootstrap.memory_lock:true
discovery.seed_hosts:["100.100.200.55:9300","10.110.200.56:9300","100.100.200.57:9300"]
主分片和副本分片分布在不同物理机上(这会防止同一个shard的主副本在一个物理机上):
cluster.routing.allocation.same_shard.host:true。
惠威9300功放平衡器怎么调
惠威9300功放平衡器是通过旋钮调节。功放平衡器就是控制左右声道的声向电位器,左旋min位置是关闭右声道只左声道放音,旋至max位置关闭左声道右声道放音,通常使用状态是旋至12点位置,左右声道同时放音。惠威HD9300是一套家庭影院ktv音响组合。
音响特指电器设备组合发出声音的一套音频系统。音响技术的发展历史可以分为电子管、晶体管、集成电路、场效应管四个阶段。音响系统很重要的一样设备是音箱,音箱一般由喇叭单元和箱体组成。喇叭单元作为发声的部件,箱体做为喇叭单元的补充起到修正声音的作用。
总结:以上就是本站针对你的问题搜集整理的答案,希望对你有所帮助。如果您想更深入地了解相关内容,可以查看文章下方的相关链接。