-
Notifications
You must be signed in to change notification settings - Fork 894
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
Installer gets killed during installation #2717
Comments
Hi @eshikafe Are you able to tell me how much RAM that system has? Is there any indication in the kernel's logs (visible via the That kind of message typically happens if you run out of RAM, or if there's something even more wrong with the system. |
Thanks @kinnison for the hint. I increased my VM's RAM from 1G to 4G to resolve the issue. |
Should be fixed with 1.24.1 |
This comment has been minimized.
This comment has been minimized.
Fixed by 1.24.2 for sure. |
Currently having this issue on my rpi zero 2 w, which has 512 MB of RAM. Currently plan on building and running on my rpi rather than just building on my local machine. |
I had the same issue. You can temporarily enable and increase the swap to install the rust toolchain: It would be helpful if rustup would warn about insufficient memory. |
Would absolutely be useful, yes. |
@rbtcollins Looks like #2707 hasn't completely addressed this issue? |
@BnDLett @aschaeffer I found some workarounds which might be helpful for you:
Originally posted by @ixje in #2564 (comment)
Originally posted by @mon in #2919 (comment) |
Related to #2919. |
Just hit this today on an EC2 instance. Workaround for reference: You have to |
Please I am unable to install rust 1.51.0 on Ubuntu 20.10 (groovy).
What could be wrong?
rustup is unable to install rustc. It gets Killed while installing rustc.
Originally posted by @eshikafe in #2661 (comment)
The text was updated successfully, but these errors were encountered: