From 4dcdfbda45661a9f46793f6e190a3e2adc717339 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 24 Aug 2022 16:45:42 +0300 Subject: [PATCH] Add jvm_args --- SPECS/lucene.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/lucene.spec b/SPECS/lucene.spec index cec7bc4..4f247a8 100644 --- a/SPECS/lucene.spec +++ b/SPECS/lucene.spec @@ -250,6 +250,7 @@ sed -i -e "//a<_nouses>true" 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' \;