Skip to content

Commit

Permalink
increase elasticsearch threads from 2048 to 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Jan 15, 2018
1 parent 3091991 commit e90a46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/sbin/so-elastic-start-elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ "$ELASTICSEARCH_ENABLED" = "yes" ]; then
--publish $ELASTICSEARCH_PUBLISH_IP:9300:9300 \
--ulimit memlock=-1:-1 \
--ulimit nofile=65536:65536 \
--ulimit nproc=2048 \
--ulimit nproc=4096 \
--volume /etc/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro \
--volume /etc/elasticsearch/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro \
--volume /nsm/elasticsearch:/usr/share/elasticsearch/data \
Expand Down

0 comments on commit e90a46a

Please sign in to comment.