From a7ff28586dfe8bd825f38d7885d32760e680dfd7 Mon Sep 17 00:00:00 2001 From: Matt Dziuban Date: Thu, 22 Feb 2024 11:20:35 -0500 Subject: [PATCH] Use `.jvmopts` for scala 3 too. --- .jvmopts | 4 ++++ scala-2/.jvmopts | 5 +---- scala-3/.jvmopts | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .jvmopts mode change 100644 => 120000 scala-2/.jvmopts create mode 120000 scala-3/.jvmopts diff --git a/.jvmopts b/.jvmopts new file mode 100644 index 0000000..408a658 --- /dev/null +++ b/.jvmopts @@ -0,0 +1,4 @@ +-Xmx10G +-Xss20M +-XX:+UseParallelGC +-XX:-UseGCOverheadLimit diff --git a/scala-2/.jvmopts b/scala-2/.jvmopts deleted file mode 100644 index 408a658..0000000 --- a/scala-2/.jvmopts +++ /dev/null @@ -1,4 +0,0 @@ --Xmx10G --Xss20M --XX:+UseParallelGC --XX:-UseGCOverheadLimit diff --git a/scala-2/.jvmopts b/scala-2/.jvmopts new file mode 120000 index 0000000..e7edfbe --- /dev/null +++ b/scala-2/.jvmopts @@ -0,0 +1 @@ +../.jvmopts \ No newline at end of file diff --git a/scala-3/.jvmopts b/scala-3/.jvmopts new file mode 120000 index 0000000..e7edfbe --- /dev/null +++ b/scala-3/.jvmopts @@ -0,0 +1 @@ +../.jvmopts \ No newline at end of file