Skip to content

Commit

Permalink
Changed heap size in script
Browse files Browse the repository at this point in the history
  • Loading branch information
glasen committed Nov 3, 2023
1 parent 30ac9de commit d87f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/dist/rocketgateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ do
CLASSPATH=${CLASSPATH}:${i}
done

java -Xmx4g -cp "./RocketGateway.jar:${CLASSPATH}" rocketgateway.RocketGateway "$@"
java -Xmx1g -cp "./RocketGateway.jar:${CLASSPATH}" rocketgateway.RocketGateway "$@"

0 comments on commit d87f1d7

Please sign in to comment.