Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hazelcast Map で FIFO エビクション ポリシーを設定する必要があります。アイデアは、ヒープが 90% のメモリで占有されると、システムは最も古いデータの解放を開始するというものです。LRU と LFU が機能せず、システムがアクセスされていない場合でも、数分で 90% がいっぱいになる可能性があります。どんなアイデアでも大歓迎です。参考までに、hazelcast マップに Java クライアントを使用しています。