This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
to meet the needs of users: from -Xmx1g to -Xmx2g
tags/1.1.3
zhaoguangwei
5 years ago
parent
04ec5d9e0f
commit
01bcf3e90e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/deployment/deployment-peer/src/main/resources/scripts/peer-startup.sh
+ 1
- 1
source/deployment/deployment-peer/src/main/resources/scripts/peer-startup.sh
View File
@@ -15,5 +15,5 @@ fi
if [ ! -n "$PEER" ]; then
if [ ! -n "$PEER" ]; then
echo "Peer Is Null !!!"
echo "Peer Is Null !!!"
else
else
nohup java -jar -server -Xmx
1
g -Xms1g -Djdchain.log=$HOME $PROC_INFO $* >$HOME/bin/peer.out 2>&1 &
nohup java -jar -server -Xmx
2
g -Xms1g -Djdchain.log=$HOME $PROC_INFO $* >$HOME/bin/peer.out 2>&1 &
fi
fi
Write
Preview
Loading…
Cancel
Save