PSA: ```airbyte-db | initdb: error: could...
# contributing-to-airbyte
d
PSA:
Copy code
airbyte-db          | initdb: error: could not create directory "/var/lib/postgresql/data/pg_wal": No space left on device
airbyte-db          | initdb: removing contents of data directory "/var/lib/postgresql/data"
left me scratching my head for half an hour today. Hitting
Clean Up
in the Docker for Mac UI solved it! edit: Jared proposes the following Docker configuration:
Copy code
4 cores, 4gb RAM, 1gb swap, 60gb of disk space
u
probably want to bump up your allowed docker storage if you’re hitting this a lot
u
just once for me so far
u
did you guys bump this?
u
Only once before bumping disk space up super high. We aren’t doing anything super disk-intensive usually and we don’t usually have long running syncs with data buffering or many syncs across days on our laptops either.
u
cool
u
can ya hit me up with your config? what disk space you at?
u
do I configure this via Docker UI’s resource tab? or is this a different config?
u
I allow 4 cores, 4gb RAM, 1gb swap, 60gb of disk space
u
currently at 26gb used
u
thanks!
u
and no hiccup for ya since?
u
nope
u
tangent: do we have a Docker configuration guide for prod Airbyte?
u
not yet