feat(quickstart): bump min docker req (#14827)

This commit is contained in:
Deepak Garg 2025-09-23 10:27:49 +05:30 committed by GitHub
parent c130241c2a
commit 00bc0db68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,8 @@ import yaml
from datahub.configuration.common import ExceptionWithProps
# Docker seems to under-report memory allocated, so we also need a bit of buffer to account for it.
MIN_MEMORY_NEEDED = 3.8 # GB
MIN_DISK_SPACE_NEEDED = 12 # GB
MIN_MEMORY_NEEDED = 4 # GB
MIN_DISK_SPACE_NEEDED = 13 # GB
DOCKER_COMPOSE_PROJECT_NAME = os.getenv("DATAHUB_COMPOSE_PROJECT_NAME", "datahub")
DATAHUB_COMPOSE_PROJECT_FILTER = {