Reduce DNS load on your pi-hole
By setting a minimum TTL on DNS records: echo min-cache-ttl=300 | \ sudo tee /etc/dnsmasq.d/99-min-cache-ttl.conf # restart your pi-hole service From https://news.ycombinator.com/item?id=21439212
By setting a minimum TTL on DNS records: echo min-cache-ttl=300 | \ sudo tee /etc/dnsmasq.d/99-min-cache-ttl.conf # restart your pi-hole service From https://news.ycombinator.com/item?id=21439212
Your /tmp partition (which is where the build will default to) probably doesn’t have enough room as it’s a 512mb tmpfs mount. Set CARGO_TARGET_DIR environment variable to a spacious directory