Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 4d6d21e

Browse files
committed
update log message
1 parent cd61bc2 commit 4d6d21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/elasticsearch/scripts/instance_startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export MACHINE_SIZE=`cat /proc/meminfo | grep MemTotal | grep -o '[0-9]\+'`
7474
# Use all the machine memory for the JVM minus 1GiB
7575
export JVM_SIZE=`expr $(expr $MACHINE_SIZE / 1048576) - 1`
7676
export JVM_SIZE_HALF=`expr $MACHINE_SIZE / 2097152`
77-
logi "[INFO] Elastic Search docker container name: $${ES_DOCKER_CONTAINER_NAME}, cluster name: $${es_cluster_name}, data volume: $${DOCKER_VOLUME_NAME_ES}, JVM Memory: $${JVM_SIZE}GiB"
77+
logi "Elastic Search docker container name: $${ES_DOCKER_CONTAINER_NAME}, cluster name: $${es_cluster_name}, data volume: $${DOCKER_VOLUME_NAME_ES}, JVM Memory: $${JVM_SIZE}GiB"
7878

7979
logi "ES_CLUSTER_NAMEose file"
8080
# Create the docker-ES_VOL_PATH_DATA

0 commit comments

Comments
 (0)