purton-tech / rust-on-nails

Full stack web architecture for Rust
https://rust-on-nails.com
MIT License
323 stars 28 forks source link

Use cargo sparse registry in dev container #27

Closed hjr3 closed 1 year ago

hjr3 commented 1 year ago

For arm64 builds, cargo uses all available memory and often gets killed by the OS. Rust v1.68 has stable support for the sparse registry protocol, which uses much less memory.

Relates to https://github.com/purton-tech/rust-on-nails/issues/14

Additional articles: