forked from loafle/openapi-generator-original
Remove -XX:MaxPermSize (#2712)
This was removed in JDK 8 and produces a warning
This commit is contained in:
committed by
William Cheng
parent
ff556609c7
commit
a4be2c0bb4
@@ -25,7 +25,7 @@ then
|
||||
mvn -B clean package
|
||||
fi
|
||||
|
||||
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
|
||||
export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties"
|
||||
ags="meta -n myClientCodegen -t DOCUMENTATION -p com.my.company.codegen -o samples/meta-codegen/lib $@"
|
||||
|
||||
java $JAVA_OPTS -jar $executable $ags
|
||||
|
||||
Reference in New Issue
Block a user