Skip to content

Commit ff95e27

Browse files
authored
Merge branch 'master' into PHRAS-4158-storytitle-nok
2 parents bc529d3 + e33f71e commit ff95e27

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docker-compose.datastores.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ services:
5151

5252
elasticsearch:
5353
image: $PHRASEANET_DOCKER_REGISTRY/phraseanet-elasticsearch:$PHRASEANET_DOCKER_TAG
54+
ulimits:
55+
nofile:
56+
soft: 65536
57+
hard: 65536
5458
profiles: ["elasticsearch"]
5559
build: ./docker/elasticsearch
5660
restart: on-failure

stack.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ stack_status() {
4444
display_info() {
4545
echo "Checking environment information..."
4646
echo
47+
48+
# Kernel version (Linux and macOS compatible)
49+
echo "Kernel Version:"
50+
uname -sr
51+
echo
4752

4853
check_compose_version
4954

0 commit comments

Comments
 (0)