This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch ZYBug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ZYBug by this push:
new 7c95ae0 change configuration
7c95ae0 is described below
commit 7c95ae06c6a9589d0e51c3a79ef65fb09d009c8a
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Oct 28 17:42:22 2020 +0800
change configuration
---
server/src/assembly/resources/conf/iotdb-env.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/server/src/assembly/resources/conf/iotdb-env.sh
b/server/src/assembly/resources/conf/iotdb-env.sh
index 10e8baa..343be55 100755
--- a/server/src/assembly/resources/conf/iotdb-env.sh
+++ b/server/src/assembly/resources/conf/iotdb-env.sh
@@ -166,19 +166,19 @@ calculate_heap_sizes
#HEAP_NEWSIZE="`expr $system_memory_in_mb \* $min_percentage / 100`M"
# Maximum heap size
-#MAX_HEAP_SIZE="2G"
+MAX_HEAP_SIZE="10G"
# Minimum heap size
-#HEAP_NEWSIZE="2G"
+HEAP_NEWSIZE="2G"
#true or false
#DO NOT FORGET TO MODIFY THE PASSWORD FOR SECURITY (${IOTDB_CONF}/jmx.password
and ${IOTDB_CONF}/jmx.access)
-JMX_LOCAL="true"
+JMX_LOCAL="false"
JMX_PORT="31999"
#only take effect when the jmx_local=false
#You need to change this IP as a public IP if you want to remotely connect
IoTDB by JMX.
# 0.0.0.0 is not allowed
-JMX_IP="127.0.0.1"
+JMX_IP="10.159.170.81"
if [ ${JMX_LOCAL} = "false" ]; then
echo "setting remote JMX..."