Comment #4 on issue 934 by [email protected]:
java.lang.OutOfMemoryError: Java heap space when creating an n-gram index
https://code.google.com/p/asterixdb/issues/detail?id=934
Yes, it makes sense if the `sortmemory` is 320MB. I guess your tuple is
also very small, then the size of the pointer array is not neglectable. It
will be a very tricky problems if we want to calculate the memory
consumption very precisely, though it is a separate issue.
You can try to lower the `sortmemory` to 120MB or smaller to trigger the
2nd round ExternalSort.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings