Hey team, cool product! Trying to use it to read d...
# contributing-to-airbyte
r
Hey team, cool product! Trying to use it to read data from MongoDB (Atlas) - I receive error
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 69.997454900s
after 100k rows read. Any way to configure timeouts?
Hi @Ruslan, could you check if increasing memory/disk provided to the Airbyte containers fixes this?
@[DEPRECATED] Augustin Lafanechere thanks 👍 It is in a docker, what should I chang ein Docker Compose?
You can either try to tweak the global resource allocation of your docker engine or provide more RAM/CPU to the job containers by editing these variable in `.env`:
JOB_MAIN_CONTAINER_MEMORY_REQUEST
and
JOB_MAIN_CONTAINER_CPU_LIMIT
More info on these variable is available here
k
Thank you! Sync succeeded after putting 4 vCPUs and 4GB of memory into Docker config