Hi. I have an issue with a cockroach connector. I ...
# advice-data-ingestion
o
Hi. I have an issue with a cockroach connector. I know that it’s in alpha and not supported but it might be that someone have thought about it. So we have self-hosted airbyte 0.40.4 (same was on 0.39) with “airbyte/source-cockroachdb” connection, version 0.1.18. We have a cockroach table and it worked fine till it got 8 mln rows. Now this specific connector fails with
Copy code
2022-09-13 15:17:53 [44msource[0m > Terminating due to java.lang.OutOfMemoryError: Java heap space
I tried the same job on resourceRequirements and it fails with the same error. Other our cockroachdb connectors with other tables work fine. cpu_request: “50m” cpu_limit: “2” memory_request: “*50Mi*” memory_limit: “8Gi” and resourceRequirements: cpu_request: “50m” cpu_limit: “2” memory_request: “*400Mi*” memory_limit: “8Gi”