Summary
User is experiencing a Java heap exception during incremental syncs of 300MB - 1GB after a full refresh in a self-hosted Airbyte setup using abctl. The configuration includes memory settings and sync modes.
Question
Hello,
I would like to ask for a little help. We`re hosting self-hosted Airbyte using abctl. The size of replicated data is about 130GB. The full refresh runs ok, but when it comes to next syncs that transfer data about size 300MB - 1GB it fails on java heap exception.
My current configuration is:
• all tables have Incremental Append + Depuded sync mode
• sync runs every 20 minutes
• VM - 64GB RAM
• memory settings in config map:
◦ JOB_MAIN_CONTAINER_MEMORY_LIMIT: 20Gi
◦ JOB_MAIN_CONTAINER_MEMORY_REQUEST 8Gi
• settings in worker and server:
◦ - name: DEFAULT_JVM_OPTIONS
◦ - value: -XX:+ExitOnOutOfMemoryError -XX:MaxRAMPercentage=75.0
Do you have any idea why it still gives me java heap exception?
Thank you
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.