mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Improved run.sh, additional stop.sh and bumped genesis block timestamp in blockchain.json
This commit is contained in:
7
run.sh
7
run.sh
@@ -6,6 +6,13 @@ if [ "$USER" = "root" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
# No qortal.jar but we have a Maven built one?
|
||||
# Be helpful and copy across to correct location
|
||||
if [ ! -e qortal.jar -a -f target/qortal*.jar ]; then
|
||||
echo "Copying Maven-built Qortal JAR to correct pathname"
|
||||
cp target/qortal*.jar qortal.jar
|
||||
fi
|
||||
|
||||
# Limits Java JVM stack size and maximum heap usage.
|
||||
# Comment out for bigger systems, e.g. non-routers
|
||||
JVM_MEMORY_ARGS="-Xss256k -Xmx128m"
|
||||
|
Reference in New Issue
Block a user