You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/01/17 13:43:54 UTC

[dolphinscheduler] branch revert-7980-support_docker-compose2 created (now 52e93f1)

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

caishunfeng pushed a change to branch revert-7980-support_docker-compose2
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


      at 52e93f1  Revert "[fix-7712][Docker] support docker-compose 2.X (#7980)"

This branch includes the following new commits:

     new 52e93f1  Revert "[fix-7712][Docker] support docker-compose 2.X (#7980)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[dolphinscheduler] 01/01: Revert "[fix-7712][Docker] support docker-compose 2.X (#7980)"

Posted by ca...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch revert-7980-support_docker-compose2
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 52e93f1c6c38740ab01ec25b1623ef1f10a67252
Author: wind <ca...@users.noreply.github.com>
AuthorDate: Mon Jan 17 21:43:50 2022 +0800

    Revert "[fix-7712][Docker] support docker-compose 2.X (#7980)"
    
    This reverts commit 3b30ed7f51df37f6367ad3d177e9d53b21d9cfc0.
---
 docker/docker-swarm/config.env.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docker/docker-swarm/config.env.sh b/docker/docker-swarm/config.env.sh
index de56efd..3b368f4 100755
--- a/docker/docker-swarm/config.env.sh
+++ b/docker/docker-swarm/config.env.sh
@@ -82,7 +82,7 @@ DATAX_HOME=/opt/soft/datax
 #============================================================================
 # Master Server
 #============================================================================
-MASTER_SERVER_OPTS="-Xms1g -Xmx1g -Xmn512m"
+MASTER_SERVER_OPTS=-Xms1g -Xmx1g -Xmn512m
 MASTER_EXEC_THREADS=100
 MASTER_EXEC_TASK_NUM=20
 MASTER_DISPATCH_TASK_NUM=3
@@ -99,7 +99,7 @@ MASTER_PERSIST_EVENT_STATE_THREADS=10
 #============================================================================
 # Worker Server
 #============================================================================
-WORKER_SERVER_OPTS="-Xms1g -Xmx1g -Xmn512m"
+WORKER_SERVER_OPTS=-Xms1g -Xmx1g -Xmn512m
 WORKER_EXEC_THREADS=100
 WORKER_HEARTBEAT_INTERVAL=10
 WORKER_HOST_WEIGHT=100
@@ -112,14 +112,14 @@ ALERT_LISTEN_HOST=dolphinscheduler-alert
 #============================================================================
 # Alert Server
 #============================================================================
-ALERT_SERVER_OPTS="-Xms512m -Xmx512m -Xmn256m"
+ALERT_SERVER_OPTS=-Xms512m -Xmx512m -Xmn256m
 
 #============================================================================
 # Api Server
 #============================================================================
-API_SERVER_OPTS="-Xms512m -Xmx512m -Xmn256m"
+API_SERVER_OPTS=-Xms512m -Xmx512m -Xmn256m
 
 #============================================================================
 # Logger Server
 #============================================================================
-LOGGER_SERVER_OPTS="-Xms512m -Xmx512m -Xmn256m"
+LOGGER_SERVER_OPTS=-Xms512m -Xmx512m -Xmn256m