From e4a0cac8b6550312c4e7cf24a90d72849e8b5984 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 14 Apr 2022 16:32:33 +0200 Subject: [PATCH] update server options --- misc/scripts/standalone/server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/standalone/server.sh b/misc/scripts/standalone/server.sh index 82d6d8d..efb459c 100755 --- a/misc/scripts/standalone/server.sh +++ b/misc/scripts/standalone/server.sh @@ -5,7 +5,7 @@ cd "$(dirname "$0")" # java -cp brouter.jar btools.brouter.RouteServer [bindaddress] # maxRunningTime is the request timeout in seconds, set to 0 to disable timeout -JAVA_OPTS="-Xmx256M -Xms16g -Xmn256M -DmaxRunningTime=300" +JAVA_OPTS="-Xmx16g -Xms256M -Xmn256M -DmaxRunningTime=300" # If paths are unset, first search in locations matching the directory structure # as found in the official BRouter zip archive