aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Lu <aaron.lu@intel.com>2017-04-07 13:32:22 +0800
committerFengguang Wu <fengguang.wu@intel.com>2017-04-07 13:55:16 +0800
commit96dede76eb7861920387ed0b4bd950f6699ac10e (patch)
tree3506032970eef2c5db526478c5ba9d37bcd98f81
parent8998ad1b08b92e7e17f2b65ed559eb6dc9a8649f (diff)
downloadvm-scalability-96dede76eb7861920387ed0b4bd950f6699ac10e.tar.gz
case-anon-cow-rand-mt: remove the /N for thread case
As with commit 37f440c6eb71("case-anon-cow-seq-mt: remove the /N for thread case"), we do not need to decide the size by nr_task since this is a thread mode test. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
-rwxr-xr-xcase-anon-cow-rand-mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/case-anon-cow-rand-mt b/case-anon-cow-rand-mt
index caeb488..b47d810 100755
--- a/case-anon-cow-rand-mt
+++ b/case-anon-cow-rand-mt
@@ -2,4 +2,4 @@
. ./hw_vars
-$USEMEM -t $nr_task --prealloc --prefault --random $((mem / nr_task / 2))
+$USEMEM -t $nr_task --prealloc --prefault --random $((mem / 2))