Creating a MsgPool with a total size greater than 2GB causes the allocation to fail.
Ex: new MsgPool(256, 8096000, 8096000)
Is this an expected limitation of accelio/JXIO?
It seems like there is a long to int conversion somewhere, but I haven't been able to track down the exact spot yet.
Creating a MsgPool with a total size greater than 2GB causes the allocation to fail.
Ex: new MsgPool(256, 8096000, 8096000)
Is this an expected limitation of accelio/JXIO?
It seems like there is a long to int conversion somewhere, but I haven't been able to track down the exact spot yet.