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