Skip to content

Commit 99ca432

Browse files
authored
increased bulk queue size
1 parent 36a252e commit 99ca432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN set -x \
1212

1313
EXPOSE 9300 9200
1414

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"]
15+
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

Comments
 (0)