robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

Add option to define custom hardware resources for init job #49

Closed dbt-lucka closed 1 year ago

dbt-lucka commented 1 year ago

When importing Germany to Postgres, after approx. 10 minutes the container exits with SigKill. It's not entirely sure why that is, however I suppose its because Google Kubernetes Engine sets 0.5 CPU, 2 Gi memory as default resources.

Some forum posts suggest that it indeed could have something to do with the too low HW setup.

dbt-lucka commented 1 year ago

Its apparently indeed the problem, increasing RAM seems to fix it.