We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fe588 commit 9cf04c8Copy full SHA for 9cf04c8
distribution/docker/docker-compose.yml
@@ -40,6 +40,9 @@ services:
40
memlock:
41
soft: -1
42
hard: -1
43
+ nofile:
44
+ soft: 65536
45
+ hard: 65536
46
entrypoint: /docker-test-entrypoint.sh
47
elasticsearch-default-2:
48
image: elasticsearch:test
@@ -80,6 +83,9 @@ services:
80
83
81
84
82
85
86
87
88
89
90
elasticsearch-oss-1:
91
@@ -106,6 +112,9 @@ services:
106
112
107
113
108
114
115
116
117
109
118
elasticsearch-oss-2:
110
119
111
120
environment:
0 commit comments