aboutsummaryrefslogtreecommitdiffstats
path: root/case-anon-cow-seq-hugetlb
blob: 59cbc7def8212d20bdda490c2f50ef3154c489c1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. ./hw_vars

[ -n "$unit_size" ] || unit_size=$((mem / 2))

. ./setup_hugetlb

$USEMEM -n $nr_task --prealloc --prefault -O -U $((unit_size / (nr_task+1)))