Joey Benamy
02/07/2025, 10:20 PMkapa.ai
02/07/2025, 10:20 PMJOB_MAIN_CONTAINER_MEMORY_LIMIT
and JOB_MAIN_CONTAINER_MEMORY_REQUEST
. 3. Debugging: You can check the job logs to confirm if the right memory configuration is being applied. The logs should show the resource requirements for the containers. 4. Gradual memory increase: Some users have reported gradual increases in memory usage over time, which might lead to OOM issues. 5. Version-specific issues: Some memory-related problems have been addressed in newer versions of Airbyte. Upgrading to the latest version might help resolve the issue. If you're still experiencing OOM issues after trying these steps, you may want to consider: - Breaking down your sync into smaller chunks of data - Investigating if there are any specific characteristics of your S3 data that might be causing high memory usage - Reaching out to Airbyte support or community forums with specific details about your setup and the exact error messages you're seeing For more detailed information on configuring resources and debugging connection issues, you can refer to the [Airbyte documentation on configuring connector resources](https://docs.airbyte.com/operator-guides/configuring-connector-resources#debugging-connection-resources).