[
https://issues.apache.org/jira/browse/DIRECTMEMORY-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prashant Sharma updated DIRECTMEMORY-118:
-----------------------------------------
Description:
new DirectMemory[String, ArrayBuffer[Any]]()
.setNumberOfBuffers(1)
.setInitialCapacity(1)
.setMemoryManager(new MemoryManagerServiceImpl(true))
.setSize(300 *(1024*1024))
.setConcurrencyLevel(1)
.newCacheService();
was:Integer overflows is the reason.
> MemoryManager crashes on allocation of more than 300Mb or memory
> ----------------------------------------------------------------
>
> Key: DIRECTMEMORY-118
> URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-118
> Project: Apache DirectMemory
> Issue Type: Bug
> Components: core
> Affects Versions: 0.2
> Reporter: Prashant Sharma
> Fix For: 0.2
>
>
> new DirectMemory[String, ArrayBuffer[Any]]()
> .setNumberOfBuffers(1)
> .setInitialCapacity(1)
> .setMemoryManager(new MemoryManagerServiceImpl(true))
> .setSize(300 *(1024*1024))
> .setConcurrencyLevel(1)
> .newCacheService();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira