aboutsummaryrefslogtreecommitdiffstats
path: root/case-msync-mt
blob: 0e7824f915ff84cb36343416ef2881ac2fb44594 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. ./hw_vars

SIZE=$((mem / 2))

create_sparse_file $SPARSE_FILE $mem

$USEMEM -S -t $nr_task -f $SPARSE_FILE -F --prealloc --open-rw  $SIZE

rm $SPARSE_FILE