Ice.MemoryLimitException异常解决办法。

Ice.MemoryLimitException异常大多是ice接口设置消息体最大字节数太小导致。会引发如下异常:

 

        at java.lang.Thread.run(Thread.java:595)
Caused by: Ice.MemoryLimitException
    reason = (null)
        at IceInternal.BasicStream.expand(BasicStream.java:1939)
        at IceInternal.BasicStream.writeByteSeq(BasicStream.java:649)

 

解决办法:

Ice.MessageSizeMax is just a safety mechanism, a way to prevent a rogue client or server from sending your program a message that requires a huge memory allocation. If this doesn't matter in your environment, you can disable this feature by setting Ice.MessageSizeMax to a large value.

Ice always allocates marshaling buffers as needed, and the value of Ice.MessageSizeMax doesn't affect how these buffers are allocated (until the MessageSizeMax is reached).

In the Ice Protocol , the size of each message is sent as a Slice int (signed 32-bit integer), so the upper limit of MessageSizeMax is 2^31 or 2GiB.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值