mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-10 08:26:39 +00:00
feat(quickstart): bump min docker req (#14827)
This commit is contained in:
parent
c130241c2a
commit
00bc0db68c
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user