Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about jmap

Read more about jmap

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - jmap

Convert a core file dump into a heap dump

I have an taken a core dump file from a machine, with file size 2GB. I can open this file with gdb and see the processes that were running when I took the core file. I want though to convert this file...
test-img

gepapageorgiou

java

heap-memory

java-threads

heap-dump

jmap

Votes: 0

Answers: 0

Java Heap committed memory is bigger than -Xmx

I am trying to hunt the memory leak in Java Spring Boot app inside docker container. Heap size of the app is limited like this: java -XX:NativeMemoryTracking=summary -jar /app-0.1.jar -Xms256m -Xmx512...
test-img

Ivan Jovović

java

memory-leaks

heap-memory

jmap

jcmd

Votes: 0

Answers: 1

Latest Answer

The answer is actually simple: Params -Xms256m -Xmx512m were passed in wrong place and therefore ignored by JVM. The correct order of params is like this: java -XX:NativeMemoryTracking=summary -Xms256...
test-img

Ivan Jovović

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved