Jérôme Charaoui pushed to branch debian/main at Debian Clojure Maintainers / puppetlabs-http-client-clojure
Commits: 2c83314a by Jérôme Charaoui at 2022-07-12T23:56:12-04:00 Increase java heap size for autopkgtests - - - - - 199d5a51 by Jérôme Charaoui at 2022-07-12T23:58:21-04:00 Update changelog for 1.2.0-7 release - - - - - 2 changed files: - debian/changelog - debian/tests/unittests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +puppetlabs-http-client-clojure (1.2.0-7) unstable; urgency=medium + + * Team upload. + * Increase java heap size for autopkgtests + + -- Jérôme Charaoui <[email protected]> Tue, 12 Jul 2022 23:58:12 -0400 + puppetlabs-http-client-clojure (1.2.0-6) unstable; urgency=medium * Team upload. ===================================== debian/tests/unittests ===================================== @@ -12,9 +12,15 @@ mkdir target # generate test certificates ./dev-resources/gen-pki.sh 2>/dev/null +if [ $(dpkg-architecture -qDEB_HOST_ARCH_BITS) -lt 64 ] ; then + HEAPSIZE=1590M +else + HEAPSIZE=8192M +fi + # fix for "java.lang.OutOfMemoryError: Java heap space" error # during test: java-existing-streaming-with-large-payload-without-decompression -export _JAVA_OPTIONS="-Xmx512M" +export _JAVA_OPTIONS="-Xms128M -Xmx${HEAPSIZE}" clojure \ -cp $CLASSPATH \ View it on GitLab: https://salsa.debian.org/clojure-team/puppetlabs-http-client-clojure/-/compare/86a9e8efee455feb5b72b27e4eaeae7e1d31864d...199d5a511ffe87b916df7e2422d872d4e1919dd2 -- View it on GitLab: https://salsa.debian.org/clojure-team/puppetlabs-http-client-clojure/-/compare/86a9e8efee455feb5b72b27e4eaeae7e1d31864d...199d5a511ffe87b916df7e2422d872d4e1919dd2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

