forked from Deuxfleurs/garage
Reduce garage.1.rnd size to store it inline
This commit is contained in:
parent
a92868504f
commit
e13fd09543
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue