czwartek, 25 października 2018

Speeding up s2i builds

I hear quite offen complaints about slow performance of s2i builds (especially Java). In most cases this is beacause you rely on default build pod resource limits. Here you can read how to set this limits. I recommend to set CPU limit to at least 1 core:

spec:
  resources:
    limits:
      cpu: "1" 
      memory: "512Mi"

Brak komentarzy:

Prześlij komentarz