Increase BRouter heap to 1GB
512MB heap was too tight for 720MB of Germany segments, causing the thread-priority-watchdog to kill routing requests after 1 second when segment loading triggered GC pressure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5f5f583722
commit
c155bfcef5
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ USER app
|
|||
EXPOSE 17777
|
||||
|
||||
# BRouter server: <segmentdir> <profiledir> <customprofiledir> <port> <maxthreads>
|
||||
CMD ["java", "-Xmx512M", "-Xms128M", "-Xmn32M", \
|
||||
CMD ["java", "-Xmx1024M", "-Xms256M", "-Xmn64M", \
|
||||
"-DmaxRunningTime=300", \
|
||||
"-cp", "brouter.jar", \
|
||||
"btools.server.RouteServer", \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue