jankotek / jankotek/mapdb

How to know the off-heap memory usage

Open
#710 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

4.0 document
Dominant language
Java
Stars
5.1k
Forks
877
PR merge metrics
No merged PRs in 30d

Description

How to know the off-heap memory usage ?is there any api that mapdb offers? here is my JVM start parameters:
java -server -Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=4G -XX:MaxTenuringThreshold=15 -XX:+PrintGCDateStamps -XX:+PrintGCDetails -Xloggc:./gc.log -jar ./offheap-benchmark.jar

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with MapDB's public API and documentation, using the offheap-benchmark.jar entry point and the supplied JVM direct-memory settings as context. Confirm whether MapDB exposes off-heap usage metrics and document how users can obtain or estimate that usage; the answer should address the API question directly.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.