Hey there! I’m running Airbyte on GCP and I’m wond...
# ask-community-for-troubleshooting
e
Hey there! I’m running Airbyte on GCP and I’m wondering how much a simple VM can scale, I have no idea about the volume of resources needed by the application. I’ll have 4-5 connections that extract 4-5M rows per week in total. What is your recommandation?
1
For testing out Airbyte, an
e2.medium
instance is likely sufficient. Airbyte uses a lot of disk space with images and logs, so make sure to provision at least 30GBs of disk per node.
For long-running Airbyte installations, we recommend a
n1-standard-2
instance.
Can you provide volume reference? 🙂
h
e
👌