[xmlsectool] branch main updated: XSTJ-68 - remove explicit heap limit
Ian Young
ian at iay.org.uk
Tue Oct 20 13:32:03 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=43c9a95fdf813c88b34a87469adebe16eba3631d
The following commit(s) were added to refs/heads/main by this push:
new 43c9a95 XSTJ-68 - remove explicit heap limit
43c9a95 is described below
commit 43c9a95fdf813c88b34a87469adebe16eba3631d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 20 14:31:49 2020 +0100
XSTJ-68 - remove explicit heap limit
https://issues.shibboleth.net/jira/browse/XSTJ-68
---
src/main/bash/xmlsectool.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/bash/xmlsectool.sh b/src/main/bash/xmlsectool.sh
index 3738e3e..6abfca8 100755
--- a/src/main/bash/xmlsectool.sh
+++ b/src/main/bash/xmlsectool.sh
@@ -1,7 +1,7 @@
#! /bin/bash
#
-# See the Javadoc for the XmlSecTool main class for documentation
+# See the Javadoc for the XMLSecTool main class for documentation
# of non-zero exit codes.
#
@@ -46,4 +46,4 @@ do
fi
done
-"$JAVACMD" '-Xmx256m' '-classpath' "$LOCALCLASSPATH" $JVMOPTS '-Dnet.shibboleth.tool.xmlsectool.XMLSecTool.home='"$LOCATION" 'net.shibboleth.tool.xmlsectool.XMLSecTool' "$@"
+"$JAVACMD" '-classpath' "$LOCALCLASSPATH" $JVMOPTS '-Dnet.shibboleth.tool.xmlsectool.XMLSecTool.home='"$LOCATION" 'net.shibboleth.tool.xmlsectool.XMLSecTool' "$@"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list