update server options
This commit is contained in:
parent
c562d58ca9
commit
e4a0cac8b6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ cd "$(dirname "$0")"
|
|||
# java -cp brouter.jar btools.brouter.RouteServer <segmentdir> <profile-map> <customprofiledir> <port> <maxthreads> [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
|
||||
|
|
Loading…
Reference in a new issue