Commit 671dee66 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Sync

parent 2da7622c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
#!/usr/bin/env bash
set -eu

# Docker environment variabeles
# Docker environment variables

: ${DISK_IO:='native'}      # I/O Mode, can be set to 'native', 'threads' or 'io_turing' 
: ${DISK_ROTATION:='1'}     # Rotation rate, set to 1 for SSD storage and increase for HDD