export MMTESTS="usemem"

# Machine configuration

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_GZIP="proc-vmstat mpstat turbostat"
export MONITORS_WITH_LATENCY="vmstat"
export MONITOR_UPDATE_FREQUENCY=10

# Memory consumer
export USEMEM_WORKLOAD_SIZE=$((MEMTOTAL_BYTES))
export USEMEM_PERCENTAGE_ANON=90
export USEMEM_LOOPS=30
export USEMEM_ITERATIONS=7
export USEMEM_MIN_THREADS=1
export USEMEM_MAX_THREADS=$NUMCPUS
