GitHub user ybabak opened a pull request:
https://github.com/apache/ignite/pull/2671 IGNITE-6394: Can't create off-heap matrix with size over 2 Gb
Fixed int overflow.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-6394
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2671.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2671
----
commit c0b5f9f7a83f110cf2036a3e654690929797d199
Author: Yury Babak <
[hidden email]>
Date: 2017-09-15T11:40:54Z
IGNITE-6394: Can't create off-heap matrix with size over 2 Gb (int overflow in DenseOffHeapMatrixStorage.allocateMemory)
Fixed.
----
---