redpanda-data/redpanda

redpanda: remove throwing if 1G of memory is not free

已關閉

#2,879 建立於 2021年11月5日

 (8 則留言) (0 個反應) (0 位負責人)C++ (514 個分叉)batch import
area/redpandagood first issuekind/enhance

倉庫指標

星標
 (8,251 顆星)
PR 合併指標
 (平均合併 4天 14小時) (30 天內合併 242 個 PR)

描述

Today, unless developer_mode is true, we throw if there is less than 1G of free memory on startup.

Similar to how we recommend XFS, we can recommend that 1G memory be available, but allow things to work if less is available. Redpanda works for low memory situations, and not throwing allows us to drop into memory constrained environments more easily.

JIRA Link: CORE-777

貢獻者指南