# Failure Installing on E2-Micro (GCP Free Tier)

**URL:** https://meta.discourse.org/t/failure-installing-on-e2-micro-gcp-free-tier/228394
**Category:** Self-hosting
**Created:** [May 29, 2022, 7:44pm UTC](https://meta.discourse.org/t/failure-installing-on-e2-micro-gcp-free-tier/228394 "2022-05-29T19:44:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kleptine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kleptine/32/244114_2.png) [@kleptine](https://meta.discourse.org/u/kleptine)
#### Post date: [May 29, 2022, 7:44pm UTC](https://meta.discourse.org/t/failure-installing-on-e2-micro-gcp-free-tier/228394/1 "2022-05-29T19:44:59Z")

</div>

I have a free tier instance that I wanted to install Discourse on. Unfortunately, it looks like the CPU of the free tier instance (0.5 vCPUs) isn’t enough to power through the installation.

The yarn part of the install fails with:  
`error An unexpected error occurred: “https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz: ESOCKETTIMEDOUT`

The reason for this error can be found [here](https://github.com/yarnpkg/yarn/issues/8242). Essentially if the machine can’t decompress the downloaded packages fast enough, yarn won’t respond to the socket within the timeout, and the download will fail.

This is apparently fixed in the latest version of yarn, so it’d be nice to see that upgraded.

Another potential fix: yarn is spinning up 8 installation processes, even though the machine only has 2 cores. Decompressing packages would be extra slow if it’s trying to pull 8 packages at once.

---

<div class="post-metadata">

### Author: ![kleptine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kleptine/32/244114_2.png) [@kleptine](https://meta.discourse.org/u/kleptine)
#### Post date: [May 29, 2022, 7:49pm UTC](https://meta.discourse.org/t/failure-installing-on-e2-micro-gcp-free-tier/228394/2 "2022-05-29T19:49:02Z")

</div>

Whoops, managed to post this twice, haha.

Edit: And.. now I can’t delete this one..?

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/c/f/0cf724f0c4e80151689ec246b9536f13a2fcbe03.png)

Edit #2: I’ve deleted the other topic successfully. 🤷
