kaspergrubbe (Kasper Grubbe)
- Login: kaspergrubbe
- Registered on: 12/26/2018
- Last sign in: 03/22/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/27/2018
-
06:31 PM Ruby Bug #15470: Getting Jemalloc to work with 2.6.0
- mseneadza (Michael Seneadza) wrote:
> I ran into this the other day. Try:
> ...
Oh that did work for me too!
~~~
irb(main):001:0> puts RbConfig::CONFIG['MAINLIBS']
-lz -lpthread -lrt -lrt -ljemalloc -ldl -lcrypt -lm
~~~
-
03:46 PM Ruby Bug #15470 (Rejected): Getting Jemalloc to work with 2.6.0
- I have a install script that installs all build requirements for Ruby together with libjemalloc, it then configures Ruby with the --with-jemalloc flag, they were all run on Debian 9 which installs jemalloc 3.6.0 from the Debian repositor...