-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiling freezes whole PC #8541
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
Comments
How much memory does the machine have? |
4 gigabytes - google-chrome running (:D) |
Ok, after shutting down most of the stuff and getting to 900M occupied ram, I was able to compile it. Shouldn't this swap or crash when it runs out of memory? |
What was the command you were using to compile? The test suite part will continue spawning processes, and especially if you have a traditional hard drive it can get caught up in I/O waits. |
Just |
It's my OS that's unstable when in low memory conditions, and rust filling my memory up is just indirectly causing freezes, so this issue does not belong here, sorry. |
…giraffate Move iter_with_drain to nursery cc rust-lang#8538 rust-lang#8539 r? `@giraffate` changelog: Move [`iter_with_drain`] to nursery
Hi,
This seems unrelated, but recently I've been getting freezes when during compilation. At first I thought it was just happening after some time running, but now I'm positive it occurs when compiling rust. Has something changed recently on the compilation part? I'm running linux
3.10.6
onx86_64
machine, building from edge git.The text was updated successfully, but these errors were encountered: