Does openlitespeed can work with jemalloc

#1
If openlitespeed support jemalloc , how to install openlitespeed with jemalloc after the jemalloc installed?

This is for nginx , how about openlitespeed?
cd lnmp/src/nginx-1.4.2
make clean
./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module --with-http_ssl_module --with-http_flv_module --with-http_gzip_static_module --with-ld-opt="-ljemalloc"
make && make install
Thanks!
 

lsmichael

Active Member
#4
Can't say I totally understand it either, though it sounds like his integration was not completely functional. Probably best to ask Xing directly. (And it looks like he's getting back involved with the project!)

m
 
Top