goenv icon indicating copy to clipboard operation
goenv copied to clipboard

pushd/popd: no space left on device

Open jriddle-linode opened this issue 3 years ago • 2 comments

I'm trying to install go on a small cloud server, the server has 1gb of RAM and ~20gb of storage. I was able to install with previous versions of goenv without any issue in the past.

This is a clean install of Fedora 35 with git installed.

image

it seems by "space" it means RAM, as increasing RAM allows it to install. I'm able to install go manually without much issue with RAM or storage.

image

jriddle-linode avatar Apr 18 '22 17:04 jriddle-linode

@jriddle-linode I believe go-build is working in tmpfs -- are you able to make it install by adding swap space?

neersighted avatar May 12 '22 01:05 neersighted