How to install the libvips or build the libvips using the jemalloc? or other memory allocator #4497
liukun4515
started this conversation in
Help wanted
Replies: 1 comment 2 replies
-
Hi @liukun4515, Have a look at the jemalloc docs: https://github.com/jemalloc/jemalloc/wiki/getting-started You don't need to recompile, just start the process with eg.:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the doc https://www.libvips.org/API/current/Developer-checklist.html
we know
libvips with the glibc will make fragmentation in the multi threaded processes.
But there is no doc to help user to install the libvips with other malloc like the jemalloc.
Beta Was this translation helpful? Give feedback.
All reactions