This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix contract safe bug
tags/1.6.3
liuyuanmu
3 years ago
parent
fab6bea15b
commit
62406dd8d5
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
core
+1
-1
deploy/deploy-peer/src/main/resources/scripts/peer-startup.sh
+ 1
- 1
core
@@ -1 +1 @@
Subproject commit 1
8060bf178113cac75f7c05ed120c3cb5cb8fecb
Subproject commit 1
dba033709eab96f9a74c46faf199c1acef90cbe
+ 1
- 1
deploy/deploy-peer/src/main/resources/scripts/peer-startup.sh
View File
@@ -57,7 +57,7 @@ else
fi
#定义程序启动的参数
JAVA_OPTS="-jar -server -Xms2048m -Xmx2048m $opens -Djdchain.log=$APP_HOME/logs -Dlog4j.configurationFile=file:$APP_HOME/config/log4j2-peer.xml"
JAVA_OPTS="-jar -server -Xms2048m -Xmx2048m $opens -Djdchain.log=$APP_HOME/logs -Dlog4j.configurationFile=file:$APP_HOME/config/log4j2-peer.xml
-Dpolyglot.engine.WarnInterpreterOnly=false
"
#APP具体相关命令
APP_CMD=$APP_SYSTEM_PATH/$APP_JAR" -home="$APP_HOME" -c "$LEDGER_BINDING_CONFIG" -p "$WEB_PORT" -sp "$SPRING_CONFIG
Write
Preview
Loading…
Cancel
Save