Add jvm_args

This commit is contained in:
eabdullin 2022-08-24 16:45:42 +03:00
parent 806c1d2166
commit 4dcdfbda45

View File

@ -250,6 +250,7 @@ sed -i -e "/<Export-Package>/a<_nouses>true</_nouses>" dev-tools/maven/pom.xml.t
%build
export MAVEN_OPTS="-Xmx12G -XX:MaxPermSize=12G"
export JVM_ARGS="-Xms12G -Xmx12G"
pushd %{name}
find -maxdepth 2 -type d -exec mkdir -p '{}/lib' \;