airbyte diskspace filling up in 80gb ec2 where im ...
# ask-community-for-troubleshooting
d
airbyte diskspace filling up in 80gb ec2 where im just doing 100 mb full refresh of table data each run happens every 15 minutes i think all the historical data is getting stored in the disk but thats just my assumption
m
can you run
sudo du -a / 2>/dev/null | sort -n -r | head -n 20
d
sorry i removed the volume in the meantime below is the analyses command which i ran
now
m
maybe something more digestible is
docker system df
d
[ec2-user@ip-10-1-29-121 airbyte]$ docker system df TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 12 8 3.11GB 1.565GB (50%) Containers 8 6 401.6kB 44.35kB (11%) Local Volumes 3 3 110.5GB 0B (0%) Build Cache 0 0 0B 0B
Local Volumes 3 3 110.5GB 0B (0%) is airbyte which is filling up
Local Volumes space usage: VOLUME NAME LINKS SIZE airbyte_data 2 0B airbyte_db 1 360.2MB airbyte_workspace 3 110.1GB
m
How many syncs do you have? and how frequent are they running?
d
i have 4 syncs which runs every 15 minutes all are full refresh