Ben Kimock

Results 346 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...