Welcome to the Linux Foundation Forum!

Lab 4: Can't run a job in AWS free tier

Options

I tried to use the AWS free tier, considering I do not have a GCP account. The free tier instance was a t2.micro. Something I observed was that every time I started a job, the build never finishes successfully. Initially, (naively) thinking it has to be something in my configuration, I tried but to no avail.

Apparently Jenkins alone was consuming over 1Gb of memory and with a running job, my t2.micro ran out of memory. Just in case someone here is stuck on that like I was, try $ free -m or $ top to monitor or observe your resource.

If someone else has more tips for me, please feel free to share. Happy learning!!

Comments

  • luisviveropena
    luisviveropena Posts: 1,158
    Options

    Hi @gufah,

    How much memory do you have in the VM? In the course we recommend 8GB at least.

    Regards,
    Luis.

  • gufah
    gufah Posts: 2
    Options

    It was way below the recommended 8GB. t2.micro offers 1 vCPU 1 GiB Mem. Just to point it out for anyone using the AWS free tier. Also thanks @luisviveropena for the tips

  • luisviveropena
    luisviveropena Posts: 1,158
    Options

    Hi @gufah, it's a pleasure!

    And yeah, that VM doesn't have the minimum requirements for this kind of operations.

    Regards,
    Luis.

Categories

Upcoming Training