You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying use cron job to copy files from kubernetes to S3 and in kubernetes and got pod error OMMKilled
Looks like it slowly increase virtual memory and reaching pod limits.
Container limits set to: cpu 3. Memory: 5Gb
amount of copy files: 3401311
changing buffer memory didn't help
Am i doing something wrong?
or its memory leak issue?
The text was updated successfully, but these errors were encountered:
I'm trying use cron job to copy files from kubernetes to S3 and in kubernetes and got pod error OMMKilled
Looks like it slowly increase virtual memory and reaching pod limits.
Container limits set to: cpu 3. Memory: 5Gb
amount of copy files: 3401311
changing buffer memory didn't help
Am i doing something wrong?
or its memory leak issue?
The text was updated successfully, but these errors were encountered: