aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Lu <aaron.lu@intel.com>2016-07-07 10:43:30 +0800
committerFengguang Wu <fengguang.wu@intel.com>2016-07-12 15:55:41 +0800
commit37f440c6eb7140ac780aa1685651159124b88ed3 (patch)
treece80e1883286d5c3e30c68b1b46833a5f5b6fa5d
parent7a3b33dfb8d439bb3ec6cdc4d579bd259365876c (diff)
downloadvm-scalability-37f440c6eb7140ac780aa1685651159124b88ed3.tar.gz
case-anon-cow-seq-mt: remove the /N for thread case
Since threads share the same VM, there will be no COW so no need to divide the memory size by N. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
-rwxr-xr-xcase-anon-cow-seq-mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/case-anon-cow-seq-mt b/case-anon-cow-seq-mt
index fc01235..5ac4c0e 100755
--- a/case-anon-cow-seq-mt
+++ b/case-anon-cow-seq-mt
@@ -2,4 +2,4 @@
. ./hw_vars
-$USEMEM -t $nr_task --prealloc --prefault $((mem / nr_task / 2))
+$USEMEM -t $nr_task --prealloc --prefault $((mem / 2))