Skip to content

Commit

Permalink
dev-java/bcpkix: solve OutOfMemoryError
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/827082
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
  • Loading branch information
vaukai committed Nov 24, 2021
1 parent acce7ab commit 146f2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-java/bcpkix/bcpkix-1.69.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ JAVA_TEST_RUN_ONLY=(
check_env() {
if use test; then
# this is needed only for tests
CHECKREQS_MEMORY="1200M"
CHECKREQS_MEMORY="2048M"
check-reqs_pkg_pretend
fi
}
Expand Down

0 comments on commit 146f2c3

Please sign in to comment.