Reduce garage.1.rnd size to store it inline

This commit is contained in:
Quentin 2020-12-06 13:33:08 +01:00
parent a92868504f
commit e13fd09543

View file

@ -18,7 +18,7 @@ garage status
garage key list
garage bucket list
dd if=/dev/urandom of=/tmp/garage.1.rnd bs=512k count=1
dd if=/dev/urandom of=/tmp/garage.1.rnd bs=1k count=2 # < INLINE_THRESHOLD = 3072 bytes
dd if=/dev/urandom of=/tmp/garage.2.rnd bs=1M count=5
dd if=/dev/urandom of=/tmp/garage.3.rnd bs=1M count=10