Olga Braginskaya
09/13/2022, 5:11 PM2022-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”