Arif Chaudhary
10/28/2024, 8:19 AMuser
10/28/2024, 8:20 AM--low-resource-mode
flag. However, there are some conflicting reports and discussions about the actual resource requirements: 1. Some users have reported success with 8 GB RAM, even if the CPU count is lower [Github Issue (closed)](https://github.com/airbytehq/airbyte/issues/40231). 2. For testing purposes, a t2.medium might be sufficient, while a t2.large is recommended for production environments [Forum Post: Deploy EC2: Slow runtime on t3.micro](https://discuss.airbyte.io/t/2334). 3. In some cases, users have needed to use larger instances. One user reported using a t4g.2xlarge for running extracts and loads [Github Issue (closed)](https://github.com/airbytehq/airbyte/issues/40231). 4. For enterprise setups, Airbyte recommends memory-optimized instances such as M7i / M7g instance types [Documentation > Enterprise-setup > Implementation Guide](https://docs.airbyte.com/enterprise-setup/implementation-guide#prerequisites). It's important to note that the actual requirements may vary depending on your specific use case, the volume of data you're processing, and the complexity of your syncs. If you're experiencing performance issues or instability, you might want to consider using a larger instance type than the minimum recommendations. Some users have reported better stability with larger instances like t2.xlarge [Forum Post: Crashing, freezing, corruption / lost data](https://discuss.airbyte.io/t/3715). Given the variability in user experiences, it might be worth starting with a t2.large (or equivalent) and monitoring performance, then adjusting as needed based on your specific workload.