Uploaded image for project: 'Apache DirectMemory'
  1. Apache DirectMemory
  2. DIRECTMEMORY-118

MemoryManager crashes on allocation of more than 300Mb or memory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.2
    • 0.3
    • core
    • None

    Description

      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();

      Attachments

        Activity

          People

            noctarius Christoph Engelbert
            prashant Prashant Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: