#!/usr/bin/env bash cd "$OLDPWD" export BW_ITEM_WORKERS=$(expr "$(nproc)" '*' 15 '/' 10) export BW_NODE_WORKERS=$(expr 320 '/' "$BW_ITEM_WORKERS")