From 8aeb7d4f16ffbfd701df12dfe8d81cf181c23175 Mon Sep 17 00:00:00 2001 From: taniman Date: Fri, 22 Sep 2017 13:05:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756a1b6..abcd755 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This will set the NODE_TLS line for you. gunbot log will be viewable from pm2 lo
To be able to run the application you need Java 8
Open a terminal or command prompt and type
-java -jar GunbotProxyCommunity-x.x.x.jar (replace x.x.x with your actual version number)
+java -jar GunbotProxyCommunity-x.x.x.jar -XX:+UseConcMarkSweepGC -Xmx256m -Xms256m (replace x.x.x with your actual version number)
On OSX or some linux versions you might need to sudo su and then run the java -jar command.

If you did everything correctly the application will start without giving you any error messages.