Ben Kimock

Results 350 comments of Ben Kimock

I am not interested in your tmpfs use case.

Ah-ha! If I set `RUSTUP_IO_THREADS=1` I can install just fine on my instance, peak memory usage of the rustup installer only hits 109 MB. Which is tricky, because a t4g.nano...

Another strange variation on this: https://github.com/rust-lang/rust/issues/120406

It would be really nice if the required configuration here were discoverable, or if rustup's attempt to detect available memory discovered the right behavior on its own. At least when...

I don't think that will do anything. Allocation failures abort, as far as I can tell re-landing the patch that makes OOM call the panic handler is stuck in limbo...

> It might also make sense to just print the full backtrace of the reborrow in the error We need to record all event information ahead of time so that...

We _could_ store entire backtraces instead of just spans. This probably adds more data presentation problems, but it would always surface the data on the first run. It's probably worth...

You should get some very clear compile errors if you try to compile this for a MacOS target... Right?

What do your `which rustup` and `which cargo` say?

I'm still a bit curious as to how your dev setup got confused but also I don't mind extra clarity in the README.