You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/30 20:59:14 UTC

git commit: Updated Elasticsearch parameters to test higher thread throughputs

Repository: incubator-usergrid
Updated Branches:
  refs/heads/key-row-sharding 4b972ead9 -> 4aab84fc2


Updated Elasticsearch parameters to test higher thread throughputs


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/4aab84fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/4aab84fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/4aab84fc

Branch: refs/heads/key-row-sharding
Commit: 4aab84fc26451cdeaee71cb32af79d318f3d7451
Parents: 4b972ea
Author: Todd Nine <tn...@apigee.com>
Authored: Thu Oct 30 13:59:11 2014 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Thu Oct 30 13:59:11 2014 -0600

----------------------------------------------------------------------
 stack/awscluster/src/main/groovy/configure_elasticsearch.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/4aab84fc/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy
----------------------------------------------------------------------
diff --git a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy
index 122e4d4..0a22d27 100644
--- a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy
+++ b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy
@@ -63,9 +63,9 @@ threadpool.index.type: fixed
 threadpool.index.size: 160
 threadpool.index.queue_size: 401
 threadpool.bulk.type: fixed
-threadpool.bulk.size: 320
+threadpool.bulk.size: 500
 threadpool.bulk.queue_size: 800
-threadpool.search.size: 320
+threadpool.search.size: 1000
 threadpool.search.type: fixed
 threadpool.search.queue_size: 1000