1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

scripts: use multiples (not power) of 128K

Adjust the scripts for the new smaller hash table extent size.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2018-10-08 23:31:50 -04:00
parent 924008603e
commit 0c714cd55c
2 changed files with 7 additions and 7 deletions

View File

@ -30,5 +30,5 @@ UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# 1TB 16MB 1024K
# 64TB 1GB 1024K
#
# Size MUST be power of 16M
# DB_SIZE=$((64*$AL16M)) # 1G in bytes
# Size MUST be multiple of 128KB
# DB_SIZE=$((8192*$AL128K)) # 1G in bytes