apache-fop: increase default RAM max to 2G.

This commit is contained in:
fosslinux 2020-11-29 11:54:31 +11:00 committed by Érico Nogueira Rolim
parent 17923ff864
commit a3822c2e09
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
FOP_OPTS="-Xmx512m"
FOP_OPTS="-Xmx2g"
FOP_HOME="/usr/share/fop"

View file

@ -1,7 +1,7 @@
# Template file for 'apache-fop'
pkgname=apache-fop
version=2.5
revision=1
revision=2
wrksrc="fop-${version}"
build_wrksrc="fop"
hostmakedepends="openjdk8 apache-ant"