Cassandra 无法减少堆使用率,因为不存在脏列族

Cassandra 无法减少堆使用率,因为不存在脏列族,cassandra,Cassandra,当我想阅读卡桑德的文章时,我有一个错误: 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_a

当我想阅读卡桑德的文章时,我有一个错误:

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 max\u memtables\u减小到阈值时,没有任何变化,所以您可以帮助我减小memtable或缓存大小,因为我不知道如何做到这一点

在conf/cassandra-env.sh中增加MAX\u HEAP\u大小有助于我的案例。

在conf/cassandra-env.sh中增加MAX\u HEAP\u大小有助于我的案例。

你的刷新最大内存表的比率是多少?你的堆大小是多少?您是否对cassandra-env.sh中的JVM内存选项或cassandra.yaml中的内存相关选项进行了任何更改?刷新最大的内存表的比率是多少?堆的大小是多少?您是否对cassandra-env.sh中的JVM内存选项或cassandra.yaml中的内存相关选项进行了任何更改?