Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a gentler way to install erlang? #120

Open
jdmarshall opened this issue Nov 7, 2019 · 4 comments
Open

Is there a gentler way to install erlang? #120

jdmarshall opened this issue Nov 7, 2019 · 4 comments

Comments

@jdmarshall
Copy link

I'm running asdf install on an Armbian device and installing Erlang is so CPU intensive that it stops responding to ssh requests. Seems like the parallelism might be a bit... aggressive. It's doing a lot of post-download work and I'm wondering if that's particular to Armbian. No precompiled binaries? Is there a flag I can set to reduce the number of jobs?

I have a handful of these devices so if there's a way I can transfer from one machine to the others short of cloning the disks I'd be interested in any pointers.

@Stratus3D
Copy link
Member

There is https://www.erlang-solutions.com/resources/download.html

I don't know if Erlang Solutions offers something that would work on Armbian, but I do see they offer Rasbian packages.

I suppose it would be nice to be able to give users the option of compiling from source or using a pre-built package.

@jdmarshall
Copy link
Author

I don't believe it's the best optimization level, but it installs and seems to run.

Is it a matter of not finding precompiled images for my machine or that it prefers installing from source?

@Stratus3D
Copy link
Member

It prefers to install from source right now via kerl. We need to add support for install precompiled Erlang packages on our own if possible.

@andresdotsh
Copy link

This worked for me: https://dev.to/drebits/how-to-install-erlang-on-macos-with-asdf-3p1c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants