remote-docker icon indicating copy to clipboard operation
remote-docker copied to clipboard

Out of host capacity.

Open Z1mDMan opened this issue 3 years ago • 1 comments

Hi Refael, Thanks for making this. I have tried a few different things to get this working but I keep hitting either an error 500 Out of host capacity, or sometimes a 401 NotAuthenticated error. I'm a bit uncertain of the steps after downloading the files from this project if I'm doing the rest correctly. Should I be entering in my OCID somewhere in one of the tf files, maybe the variables one? Possibly the free tier doesn't have enough room for this?

Z1mDMan avatar Mar 29 '22 23:03 Z1mDMan

i changed this:

variable "shape" { type = string default = "VM.Standard.E2.1.Micro" }

variable "how_many_nodes" { type = number default = 1 }

variable "availability_domain" { type = number default = 0 }

variable "ocpus_per_node" { type = number default = 1 }

variable "memory_in_gbs_per_node" { type = number default = 1 }

because Always Free changed grafik

I hope this help

Brunzendorf avatar Dec 04 '23 23:12 Brunzendorf