From 788a0cf52fa915c981e60493fedcec0876bfaa92 Mon Sep 17 00:00:00 2001 From: David Gregory Date: Wed, 17 Apr 2019 22:10:50 +0100 Subject: [PATCH] Tuning JVM options for throughput (#2797) --- .jvmopts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.jvmopts b/.jvmopts index e2cc80faf8..bc6266957c 100644 --- a/.jvmopts +++ b/.jvmopts @@ -1,8 +1,6 @@ -Dfile.encoding=UTF8 -Xms1G --Xmx3G +-Xmx4G -XX:ReservedCodeCacheSize=250M -XX:+TieredCompilation --XX:-UseGCOverheadLimit --XX:+CMSClassUnloadingEnabled --XX:+UseConcMarkSweepGC +-XX:+UseParallelGC \ No newline at end of file