Docker Centos Jemalloc

This is docker image for diagnostic native memory leaks in Java
Alternatives To Docker Centos Jemalloc
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nmt Wizard Docker38
a month ago3mitPython
Dockerized NMT frameworks for nmt-wizard
Nmt14
5 years ago13mitJavaScript
Network mapping tool
Chapter72
4 years agoPython
Chapter 7: Recurrent Neural Networks
Docker Centos Jemalloc2
4 years agon,ullapache-2.0Dockerfile
This is docker image for diagnostic native memory leaks in Java
Alternatives To Docker Centos Jemalloc
Select To Compare


Alternative Project Comparisons
Readme

Docker image with Java 8 and jemalloc

The docker image intended for debugging native memory leaks.

Tools

Configure

Configure Java to use jemalloc using LD_PRELOAD.

LD_PRELOAD="/usr/local/lib/libjemalloc.so"

Enable profiling using MALLOC_CONF.

MALLOC_CONF="prof_leak:true,prof:true,lg_prof_interval:25,lg_prof_sample:18,prof_prefix:/tmp/jeprof"

Reports

Use jeprof to produce a text report or a nice graph over the allocations eventually the leak should stand out.

Graphical report

jeprof --svg /tmp/jeprof.* > jeprof-report.svg

Text report

jeprof --text /tmp/jeprof.* > jeprof.log

Run Docker Container

docker run -ti --rm aukhatov/centos-jemalloc:8u191b09
Popular Docker Projects
Popular Nmt Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Docker
Nmt