From abb14a2a170e64869fea9b45c70c1f3d522cfa6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mohameth=20Fran=C3=A7ois=20SY?= Date: Thu, 22 Feb 2018 13:32:06 +0100 Subject: [PATCH] Set JVM options which increases the memory (#29) --- .jvmopts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .jvmopts diff --git a/.jvmopts b/.jvmopts new file mode 100644 index 00000000..6dfdab99 --- /dev/null +++ b/.jvmopts @@ -0,0 +1,11 @@ +-Dfile.encoding=UTF8 +-Xms1G +-Xmx3G +-XX:ReservedCodeCacheSize=350M +-XX:+TieredCompilation +-XX:-UseGCOverheadLimit +# effectively adds GC to Perm space +-XX:+CMSClassUnloadingEnabled +# must be enabled for CMSClassUnloadingEnabled to work +-XX:+UseConcMarkSweepGC +-XX:MaxMetaspaceSize=2G