I use zmmailbox to create dump/backup of my mailboxes.
But after upgrade to "Release 10.1.8.GA.4633.RHEL8_64.20240610085557 NETWORK edition.", I got this error message on some mailboxes (the bigger ones).
Code: Select all
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.Arrays.copyOf(Arrays.java:3537)
at java.base/java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:100)
at java.base/java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:130)
at com.zimbra.client.ZMailbox.getResource(ZMailbox.java:3519)
at com.zimbra.client.ZMailbox.getRESTResource(ZMailbox.java:3642)
at com.zimbra.client.ZMailbox.getRESTResource(ZMailbox.java:3604)
at com.zimbra.cs.zclient.ZMailboxUtil.doGetRestURL(ZMailboxUtil.java:3025)
at com.zimbra.cs.zclient.ZMailboxUtil.execute(ZMailboxUtil.java:1220)
at com.zimbra.cs.zclient.ZMailboxUtil.main(ZMailboxUtil.java:2917)
Code: Select all
zimbra_zmjava_options = -Xmx256m -Dhttps.protocols=TLSv1.2,TLSv1.3 -Djdk.tls.client.protocols=TLSv1.2,TLSv1.3 -Djava.net.preferIPv4Stack=true
The dump/backup have been always working before.
The size of mailboxes did not increase (just a little) between versions 10.1.7 and 10.1.8.
Does anyone else experience this behaviour?
Thank you.