Skip to content

Commit

Permalink
Let Java ergonimics do its job
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jan 27, 2023
1 parent 82eef68 commit 27964cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jpos/src/dist/bin/q2
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ else
exec java -server \
-XX:+IgnoreUnrecognizedVMOptions \
-Xmx1G \
-Xloggc:log/gc.log \
-Djava.net.preferIPv4Stack=true \
-XX:+UseConcMarkSweepGC \
-XX:+ParallelRefProcEnabled \
-XX:ParallelGCThreads=2 \
-XX:+TieredCompilation \
-Xlog:gc:log/gc.log \
-Dcom.sun.management.jmxremote=true \
-jar @jarname@ --pid="jpos.pid" "$@"
fi

0 comments on commit 27964cb

Please sign in to comment.