Skip to content

Commit

Permalink
increased queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr authored Jul 6, 2016
1 parent e45908d commit d8493f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN set -x \

EXPOSE 9300 9200

CMD ["elasticsearch", "-Dnetwork.host=0.0.0.0", "-Des.threadpool.bulk.queue_size=5000", "-Des.action.auto_create_index=false", "-Des.index.mapper.dynamic=false"]
CMD ["elasticsearch", "-Dnetwork.host=0.0.0.0", "-Des.threadpool.bulk.queue_size=20000", "-Des.action.auto_create_index=false", "-Des.index.mapper.dynamic=false"]

0 comments on commit d8493f3

Please sign in to comment.