Skip to content

Commit

Permalink
MB-100: revised cap confs
Browse files Browse the repository at this point in the history
Change-Id: Ic6d201fd5b84d613dbb6eb88ba8a825257a71a0a
Reviewed-on: http://review.couchbase.org/23722
Reviewed-by: Ronnie Sun <ronnie@couchbase.com>
Tested-by: Ronnie Sun <ronnie@couchbase.com>
  • Loading branch information
ronniedada authored and Ronnie Sun committed Jan 4, 2013
1 parent 76ea76c commit 12f5e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions conf/perf/cap-3-wat.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mixed suv 120m load, 8M hot reload, 3M access creates
# mixed suv 100M load, 10M hot reload, 3M access creates
# 10% cache miss ratio
# 60G bucket mem quota, ~93% of the physical memory on vesta
# ssd drives
Expand All @@ -17,8 +17,8 @@ mem_quota=30000
avg_value_size=0

# load phase
hot_init_items=8000000
items=120000000
hot_init_items=10000000
items=100000000
load_mcsoda_max_ops_sec=5000

# water mark settings
Expand Down
6 changes: 3 additions & 3 deletions conf/perf/cap-3.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mixed suv 120M load, 8M hot reload, 3M access creates
# mixed suv 100M load, 10M hot reload, 3M access creates
# 10% cache miss ratio
# 60G bucket mem quota, ~93% of the physical memory on vesta
# ssd drives
Expand All @@ -17,8 +17,8 @@ mem_quota=30000
avg_value_size=0

# load phase
hot_init_items=8000000
items=120000000
hot_init_items=10000000
items=100000000
load_mcsoda_max_ops_sec=5000

# access phase
Expand Down

0 comments on commit 12f5e8b

Please sign in to comment.