Salesforce Connector Job Limit Error

Summary

The user is facing an issue with the Salesforce connector where the source process is exiting with a non-zero exit code 137 due to memory constraints. The source-salesforce image has 4GB memory while the data from the source is 8GB, causing ETL errors.


Question

I have salesforce connector i have update the job limit to 8 G memory also. but in the salesforce read pod i see source-salesforce image has 4G but my data from source is 8g from where it is doing ETL . Getting this error constantly.

  "failureOrigin" : "source",
  "internalMessage" : "Source process exited with non-zero exit code 137",
  "externalMessage" : "Something went wrong within the source connector",
  "metadata" : {
    "attemptNumber" : 10,
    "jobId" : 1508,
    "connector_command" : "read"
  },
  "stacktrace" : "io.airbyte.workers.internal.exception.SourceException: Source process exited with non-zero exit code 137\n\tat io.airbyte.workers.general.BufferedReplicationWorker.readFromSource(BufferedReplicationWorker.java:362)\n\tat io.airbyte.workers.general.BufferedReplicationWorker.lambda$runAsyncWithHeartbeatCheck$3(BufferedReplicationWorker.java:234)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\n",
  "timestamp" : 1729043585410
} ]```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1729093887876419) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["salesforce-connector", "memory-limit", "source-salesforce", "ETL", "error"]
</sub>