Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

666
Vistas
Kubernetes Jenkins swap space issue

Jenkins is failing to build due to "Free Swap Space" being 0. I don't know how to fix that. The build process keeps hanging. Here part of the output:

enter image description here

enter image description here

When I ssh into the instance and docker info I get a WARNING: No swap limit support.

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

Your screenshot shows "waiting for next available executor" so try increasing the number of executors in jenkins ("Manage Jenkins" -> "Configure System" -> "# of executors").

Also here the info how to create Swapfile (for avoiding out of memory on building large docker containers etc.). The example creates 4G swapfile at location /myswap :

sudo dd if=/dev/zero of=/myswap count=4096 bs=1MiB
sudo chmod 600 /myswap
sudo mkswap /myswap
sudo swapon /myswap

to check swap is working:

swapon -s

enable swap at boot, add line to fstab file:

sudo nano /etc/fstab

Add this line:

/myswap   swap    swap    sw  0   0
over 4 years ago · Santiago Trujillo Denunciar

0

Lack of swap does not prevent building. If you are using kubernetes (given the tag in your question) you need to look at the Jenkins log, it will say why a container could not be created

over 4 years ago · Santiago Trujillo Denunciar

0

Kubernetes strongly recommends to disable swap on nodes, so it's ok that free swap space is shown as 0B.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda