Increased the memory limit

This commit is contained in:
eabdullin 2022-08-23 17:33:18 +03:00
parent 4e383956a7
commit b359bcbdc4
1 changed files with 1 additions and 1 deletions

View File

@ -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