We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a252e commit 99ca432Copy full SHA for 99ca432
Dockerfile
@@ -12,4 +12,4 @@ RUN set -x \
12
13
EXPOSE 9300 9200
14
15
-CMD ["elasticsearch", "-Des.network.host=0.0.0.0", "-Des.threadpool.bulk.queue_size=20000", "-Des.action.auto_create_index=false", "-Des.index.mapper.dynamic=false"]
+CMD ["elasticsearch", "-Des.network.host=0.0.0.0", "-Des.threadpool.bulk.queue_size=100000", "-Des.action.auto_create_index=false", "-Des.index.mapper.dynamic=false"]
0 commit comments