c盤清理的步驟是什么(如何清理C盤空間)
如何清理C盤空間怎么清理C盤的垃圾文件?每天上網(wǎng)會(huì)給電腦帶來(lái)很多臨時(shí)文件,這些垃圾文件不清理掉時(shí)間久了就會(huì)影響到電腦的運(yùn)行速度。那怎
2022/12/08
(資料圖)
解決方案如下
過(guò)下面的命令查到集群reblance屬性是none
GET _cluster/settings
使用下面的命令恢復(fù)平衡
PUT_cluster/settings{ "persistent": { "cluster.routing.rebalance.enable": "all" }}
登錄主機(jī)發(fā)現(xiàn)有的節(jié)點(diǎn)已經(jīng) 95%
調(diào)整es磁盤水平線,即磁盤空間占用情況和分片的情況。
curl -s -u admin:admin -XPUT ip:port/_cluster/settings -d "{"persistent": { "cluster": { "routing": { "allocation.disk.watermark.high": "90%", "allocation.disk.watermark.low": "85%" } } }}"
稍等一會(huì)
標(biāo)簽: 解決方案