Skip to content

Commit

Permalink
add out message
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed Sep 20, 2018
1 parent 00f3c72 commit 5a04490
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion check-machine-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ wget https://raw.githubusercontent.com/tronprotocol/TronDeployment/master/Benchm
java -jar Benchmark.jar

if [ $? == 1 ]; then
echo "Start fail! Please upgrade server configuration."
echo "-----------------------------------------------------"
echo "--------------------FAIL RESULT----------------------"
echo "Start fail! Please upgrade server configuration."
echo "CPU needs at least 16 cores"
echo "Memory needs at least 30GB"
echo "Java MUST be oracle jdk, and version >= 1.8"
echo "-----------------------------------------------------"
exit 1
fi

2 comments on commit 5a04490

@jhemz14
Copy link

@jhemz14 jhemz14 commented on 5a04490 Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usdt to trx

@jhemz14
Copy link

@jhemz14 jhemz14 commented on 5a04490 Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usdt to trx

Please sign in to comment.