Add jvm_args
This commit is contained in:
parent
806c1d2166
commit
4dcdfbda45
@ -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' \;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user