If openlitespeed support jemalloc , how to install openlitespeed with jemalloc after the jemalloc installed?
This is for nginx , how about openlitespeed?
Thanks!
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
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