We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45908d commit d8493f3Copy full SHA for d8493f3
Dockerfile
@@ -12,4 +12,4 @@ RUN set -x \
12
13
EXPOSE 9300 9200
14
15
-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 commit comments