Skip to content

Commit 00c05fb

Browse files
committed
Hotfix wrong java options in dataverse-k8s Glassfish image.
1 parent b82144a commit 00c05fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/dataverse-k8s/glassfish/bin/init_1_conf_glassfish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ asadmin set server-config.network-config.protocols.protocol.http-listener-1.http
9696
# SAX parser options
9797
asadmin create-jvm-options "\-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"
9898
# Set Max Heap Space (see also https://www.eclipse.org/openj9/docs/xxinitialrampercentage)
99-
asadmin create-jvm-options "\-XX\:+UseContainerSupport\:\-Xss${MEM_XSS}\:\-XX\:MaxRAMPercentage=${MEM_MAX_RAM_PERCENTAGE}"
99+
asadmin create-jvm-options "\-XX\:+UseContainerSupport:\-Xss${MEM_XSS}:\-XX\:MaxRAMPercentage=${MEM_MAX_RAM_PERCENTAGE}"
100100
# If configured, enable Prometheus JMX agent
101101
# 3. Enable JDWP (debugger)
102102
if [ "x${ENABLE_JMX_EXPORT}" = "x1" ]; then

0 commit comments

Comments
 (0)