[
https://issues.apache.org/jira/browse/DIRECTMEMORY-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christoph Engelbert updated DIRECTMEMORY-118:
---------------------------------------------
Assignee: Christoph Engelbert
> 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
> Assignee: Christoph Engelbert
> Fix For: 0.3
>
>
> Following code reproduces the bug.
> val cacheService = 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