blob: 0e7824f915ff84cb36343416ef2881ac2fb44594 [file] [log] [blame]
#!/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