From a3822c2e09d4b1f1fe6211cd3095f4df7f0f3baf Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 29 Nov 2020 11:54:31 +1100 Subject: [PATCH] apache-fop: increase default RAM max to 2G. --- srcpkgs/apache-fop/files/fop.conf | 2 +- srcpkgs/apache-fop/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache-fop/files/fop.conf b/srcpkgs/apache-fop/files/fop.conf index 7d9194ddb83..1377ef0d8aa 100644 --- a/srcpkgs/apache-fop/files/fop.conf +++ b/srcpkgs/apache-fop/files/fop.conf @@ -1,2 +1,2 @@ -FOP_OPTS="-Xmx512m" +FOP_OPTS="-Xmx2g" FOP_HOME="/usr/share/fop" diff --git a/srcpkgs/apache-fop/template b/srcpkgs/apache-fop/template index d8b6808a93e..96ab59bce8b 100644 --- a/srcpkgs/apache-fop/template +++ b/srcpkgs/apache-fop/template @@ -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"