From b359bcbdc4bdf2374946eee7358d7d576e417a52 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 23 Aug 2022 17:33:18 +0300 Subject: [PATCH] Increased the memory limit --- SPECS/scala.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/scala.spec b/SPECS/scala.spec index d3dfb97..7028b68 100644 --- a/SPECS/scala.spec +++ b/SPECS/scala.spec @@ -221,7 +221,7 @@ chmod 755 tools/get-scala-* %build -export ANT_OPTS="-Xms2048m -Xmx2048m %{do_bootstrap}" +export ANT_OPTS="-Xms2048m -Xmx20G %{do_bootstrap}" # NB: the "build" task is (unfortunately) necessary # build-opt will fail due to a scala optimizer bug