apache-fop: increase default RAM max to 2G.
This commit is contained in:
parent
17923ff864
commit
a3822c2e09
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
FOP_OPTS="-Xmx512m"
|
||||
FOP_OPTS="-Xmx2g"
|
||||
FOP_HOME="/usr/share/fop"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue