Minimal or Recommended Disk Space Usage To Start Using Airbyte #31066
-
I have an ec2 instance with 64gb of storage with Airbyte 0.50.30 and a connection setup on a 10 minute time schedule. This job takes about 2 or 3 minutes to run. I have noticed that my airbyte_workspace volume in Docker fills very fast. To fix I deleted some of the older folders in the _data folder but I am looking for a more long-term solution. I set TEMPORAL_HISTORY_RETENTION_IN_DAYS=1 in my .env file and is there any other way to control disk space usage? Related is there a recommended minimum disk space size for Airbyte? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @tomt00001 in general the log generation won't be too alarming if you have few connections.
The basic images to run Airbyte have ~10Gb, this without using any connectors which can add sum up more. My recommendation to start using Airbyte is around 50~100Gb of disk. |
Beta Was this translation helpful? Give feedback.
Hello @tomt00001 in general the log generation won't be too alarming if you have few connections.
The only variable you have is
TEMPORAL_HISTORY_RETENTION_IN_DAYS
where it will trigger in theairbyte-cron
to clean up old logs in the workspace folder.Other log generation is the container themselves which is configured here the maximum retention is 100 Mb per service.
What can use more disk can be the container images, take this example: