无法减少堆的使用,因为没有脏列族

yh2wf1be  于 2021-06-15  发布在  Cassandra
关注(0)|答案(1)|浏览(363)

我想读卡桑德的文章时出错了:

WARN 19:17:29,839 Heap is 0.8888050654459693 full.  
    You may need to reduce memtable and/or cache sizes.  
    Cassandra will now flush up to the two largest memtables to free up memory.  
    Adjust flush_largest_memtables_at threshold in cassandra.yaml if you don't want Cassandra to do this automatically 
INFO 19:17:30,238 Unable to reduce heap usage since there are no dirty column families

当我把flush\u largest\u memtables\u减少到阈值时,没有任何变化,所以你能帮我减少memtable或缓存的大小吗?因为我不知道怎么做。

jdzmm42g

jdzmm42g1#

在conf/cassandra-env.sh中增加max\u heap\u大小对我的情况很有帮助。

相关问题