提交 3c42d5c3 编写于 作者: V Vlad Ilyushchenko

fix: use ParallelGC for better overall performance on Windows

上级 3a3feb77
...@@ -62,8 +62,6 @@ void buildJavaArgs(CONFIG *config) { ...@@ -62,8 +62,6 @@ void buildJavaArgs(CONFIG *config) {
" -XX:+PrintGCApplicationStoppedTime" \ " -XX:+PrintGCApplicationStoppedTime" \
" -XX:+PrintSafepointStatistics" \ " -XX:+PrintSafepointStatistics" \
" -XX:PrintSafepointStatisticsCount=1" \ " -XX:PrintSafepointStatisticsCount=1" \
" -XX:+UseParNewGC" \
" -XX:+UseConcMarkSweepGC" \
" -XX:+PrintGCDetails" \ " -XX:+PrintGCDetails" \
" -XX:+PrintGCTimeStamps" \ " -XX:+PrintGCTimeStamps" \
" -XX:+PrintGCDateStamps" \ " -XX:+PrintGCDateStamps" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册