Skip to content

Commit 4cef37a

Browse files
daverigbyaartamonau
authored andcommitted
Revert "MB-24055: Change default ep-engine ht_size from 3079 to 0"
Issues seen in rebalance performance - see https://issues.couchbase.com/browse/MB-24107. Suspect the initial HashTable sizes (and the fact that we only run the HashTable resizer every 60s). Reverting this patch while further investigation continues. This reverts commit 07b7280. Change-Id: Icb5feebdf3aebf35f05fb4715bfe06c321748346 Reviewed-on: http://review.couchbase.org/77449 Reviewed-by: Dave Rigby <[email protected]> Tested-by: Dave Rigby <[email protected]> Reviewed-by: Aliaksey Artamonau <[email protected]>
1 parent c3068f6 commit 4cef37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ns_bucket.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ config_string(BucketName) ->
137137
"bucket_type=~s;~s",
138138
[proplists:get_value(
139139
ht_size, BucketConfig,
140-
misc:getenv_int("MEMBASE_HT_SIZE", 0)),
140+
misc:getenv_int("MEMBASE_HT_SIZE", 3079)),
141141
proplists:get_value(
142142
ht_locks, BucketConfig,
143143
misc:getenv_int("MEMBASE_HT_LOCKS", 47)),

0 commit comments

Comments
 (0)