redpanda-data/redpanda

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

Open

#2879 aperta il 5 nov 2021

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)C++ (514 fork)batch import
area/redpandagood first issuekind/enhance

Metriche repository

Star
 (8251 star)
Metriche merge PR
 (Merge medio 4g 14h) (242 PR mergiate in 30 g)

Descrizione

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

Guida contributor