Hi all, I’m getting an out of of memory `OOMKilled...
# troubleshooting
b
Hi all, I’m getting an out of of memory
OOMKilled
error when trying to run an elt using the
meltano/meltano:v2.10.0-python3.7
image in Kubernetes. I suspect it’s a problem with our local configuration but I’d be interested to know if anyone has received similar errors?
a
Hi @benw-at-birdie yes, had the same from some tap / target combinations. In one case I recall, the record size from mssql was very large and the default 100k default batch size on the transfer wise target quickly exceeded the memory limit I had set for the pod. Solution: reduce that ‘batch_size_rows’ or increase the limit / node memory. HTH
b
Thanks Aaron, I’ll give that a go.