docs: Update README.md

using a new image
This commit is contained in:
andy.boot
2026-01-07 19:59:26 +00:00
committed by GitHub
parent 4b64585290
commit 514bdcdc74

View File

@@ -17,7 +17,7 @@ Study the above picture.
* We see `target` has 1.5G
* `target/debug` is the same size as `target` - so we know nearly all the disk usage of the 1.5G is in this folder
* `target/debug/deps` this is 1.0G - Note the bar jumps down to 68% to indiciate that most disk usage is here but not all.
* `target/debug/deps` this is 1.0G - Note the bar jumps down to 70% to indiciate that most disk usage is here but not all.
* `target/debug/deps/dust-e78c9f87a17f24f3` - This is the largest file in this folder, but it is only 46M - Note the bar jumps down to 3% to indiciate the file is small.
* From here we can conclude:
* `target/debug/deps` takes 2/3 of the space in `target` and that `target/debug/deps` has a large number of relatively small files.