jemalloc Questions
1
I'm trying to debug a memory leak in some vendor-provided JNI/native code and, like many people it seems, started here:
https://technology.blog.gov.uk/2015/12/11/using-jemalloc-to-get-to-the-bottom...
Brandt asked 22/6, 2020 at 17:18
2
OSX/Monterey/M1/Arm/Homebrew: can't for the life of me get this to work:
./configure --with-jemalloc
It dies with
checking jemalloc/jemalloc.h presence... no
configure: error: jemalloc requested b...
1
Solved
I've installed jemalloc and followed all the guides, but it just doesn't look like ruby is using it:
$ apt install libjemalloc2
$ ls -la /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
-rw-r--r-- 1 root...
10
Redis installation on RHEL fails when running make command. Below is the output
cd src && make all
make[1]: Entering directory `/root/Downloads/redis-3.2.0/src'
CC adlist.o
In file include...
3
I'm trying to link the jemalloc library into my application at build time using it as a generic implementation. According to https://github.com/jemalloc/jemalloc/wiki/Getting-Started the linking fl...
Cordell asked 22/9, 2017 at 13:52
2
I'm try to setup my Redis server, when execute make command, got error: "jemalloc/jemalloc.h: No such file or directory when making Redis", I have tried all steps I can find, such as make distclean...
3
Solved
I've built and installed rub 2.6.5 from source with jemalloc. However when I check to see if its there I'm not seeing an entry. Is there something else I should have been doing?
ubuntu:~$ uname -a...
2
how to add jemalloc in a working ruby on rails server?We installed ruby using rvm.
Rails version:5.2
Ruby version:2.5.1
I tried
ruby -r rbconfig -e "puts RbConfig::CONFIG['LIBS']"
whose outp...
Bolick asked 9/9, 2019 at 8:39
1
Sample a Ruby (2.4.1) on Rails (4.2.8) app, configured with Puma and deployed on Heroku (cedar-16). Currently developing on a Mojave 10.14.5 MBP. I'm on a mission to cut down memory usage and recen...
Joselynjoseph asked 16/4, 2020 at 11:35
3
I am on ubuntu 12.04.5 LTS and tried installing ruby with jemalloc. The jemalloc got installed successfully(https://blog.scalingo.com/2017/05/02/improve-ruby-application-memory-jemalloc.html) but w...
1
Currently I am trying to resolve a Java memory issue:
My Java application keeps using more and more memory and
eventually it gets killed by the Linux OOM killer.
There is probably a Native Memor...
1
Solved
My java web application deployed in tomcat8 on a linux machine has been leaking native memory, I've tried to detect the source of the leak by using jemalloc profiling as described here: https://git...
1
So, I've got a memory leak in my Sidekiq worker. I have a worker server with one queue for this worker task only, that gets to about 10G RSS in a week.
I tried to reproduce it locally with only 1 ...
Battement asked 10/11, 2017 at 10:27
1
© 2022 - 2024 — McMap. All rights reserved.