You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/11/03 05:11:11 UTC

[iotdb] branch rel/0.12 updated: [rel/0.12][IOTDB-1914] fix information when start iotdb on windows (#4305)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 7f368a6  [rel/0.12][IOTDB-1914] fix information when start iotdb on windows (#4305)
7f368a6 is described below

commit 7f368a617a5e57ceb052ade87b4d75bd1a871926
Author: 张正明 <87...@qq.com>
AuthorDate: Wed Nov 3 13:10:38 2021 +0800

    [rel/0.12][IOTDB-1914] fix information when start iotdb on windows (#4305)
---
 server/src/assembly/resources/conf/iotdb-env.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-env.bat b/server/src/assembly/resources/conf/iotdb-env.bat
index 6df7ac2..65c1537 100755
--- a/server/src/assembly/resources/conf/iotdb-env.bat
+++ b/server/src/assembly/resources/conf/iotdb-env.bat
@@ -29,7 +29,7 @@ set JMX_IP="127.0.0.1"
 
 if %JMX_LOCAL% == "false" (
   echo "setting remote JMX..."
-  #you may have no permission to run chmod. If so, contact your system administrator.
+  @REM you may have no permission to run chmod. If so, contact your system administrator.
   set IOTDB_JMX_OPTS="%IOTDB_JMX_OPTS% -Dcom.sun.management.jmxremote"
   set IOTDB_JMX_OPTS="%IOTDB_JMX_OPTS% -Dcom.sun.management.jmxremote.port=%JMX_PORT%"
   set IOTDB_JMX_OPTS="%IOTDB_JMX_OPTS% -Dcom.sun.management.jmxremote.rmi.port=%JMX_PORT%"
@@ -124,4 +124,4 @@ IF "%1" equ "printgc" (
 
 
 echo Maximum memory allocation pool = %MAX_HEAP_SIZE%, initial memory allocation pool = %HEAP_NEWSIZE%
-echo If you want to change this configuration, please check conf/iotdb-env.sh(Unix or OS X, if you use Windows, check conf/iotdb-env.bat).
\ No newline at end of file
+echo If you want to change this configuration, please check conf/iotdb-env.sh(Unix or OS X, if you use Windows, check conf/iotdb-env.bat).