2022-04-07 10:49:52,237 WARN  [org.apache.activemq.artemis.utils.actors.OrderedExecutor] Java heap space: java.lang.OutOfMemoryError: Java heap space     at io.netty.util.internal.PlatformDependent.allocateUninitializedArray(PlatformDependent.java:286) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.UnpooledUnsafeHeapByteBuf.allocateArray(UnpooledUnsafeHeapByteBuf.java:39) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf.allocateArray(UnpooledByteBufAllocator.java:144) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.UnpooledHeapByteBuf.capacity(UnpooledHeapByteBuf.java:133) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.DuplicatedByteBuf.capacity(DuplicatedByteBuf.java:89) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.AbstractByteBuf.ensureWritable0(AbstractByteBuf.java:305) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.AbstractByteBuf.ensureWritable(AbstractByteBuf.java:280) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1073) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1081) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at io.netty.buffer.WrappedByteBuf.writeBytes(WrappedByteBuf.java:798) [netty-all-4.1.68.Final-redhat-00002.jar:4.1.68.Final-redhat-00002]     at org.apache.activemq.artemis.api.core.SimpleString.writeSimpleString(SimpleString.java:204) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.api.core.SimpleString.writeNullableSimpleString(SimpleString.java:197) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper.writeNullableSimpleString(ChannelBufferWrapper.java:150) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.buffers.impl.ResetLimitWrappedActiveMQBuffer.writeNullableSimpleString(ResetLimitWrappedActiveMQBuffer.java:339) [artemis-core-client-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.protocol.openwire.OpenWireMessageConverter.writeTextType(OpenWireMessageConverter.java:247) [artemis-openwire-protocol-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.protocol.openwire.OpenWireMessageConverter.inbound(OpenWireMessageConverter.java:142) [artemis-openwire-protocol-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.protocol.openwire.amq.AMQSession.send(AMQSession.java:389) [artemis-openwire-protocol-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection$CommandProcessor.processMessage(OpenWireConnection.java:1616) [artemis-openwire-protocol-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.command.ActiveMQMessage.visit(ActiveMQMessage.java:768) [activemq-client-5.11.0.redhat-630516.jar:5.11.0.redhat-630516]     at org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection.act(OpenWireConnection.java:321) [artemis-openwire-protocol-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection$$Lambda$248/0x0000000840420c40.onMessage(Unknown Source)     at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$131/0x0000000840226840.run(Unknown Source)     at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]     at org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$131/0x0000000840226840.run(Unknown Source)     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [java.base:]     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [java.base:]     at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.18.0.redhat-00020.jar:2.18.0.redhat-00020]