Discover Centmin Mod today
Register Now

Beta Branch ensure jemalloc disabled when tcmalloc is enabled for nginx compiles in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 9, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,182
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    9:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ensure jemalloc disabled when tcmalloc is enabled for nginx compiles in 123.09beta01

    Centmin Mod installed Nginx server is compiled using jemalloc instead of default system glibc malloc for better performance. However, you can optionally choose to use Google gperftools based tcmalloc instead of jemalloc or system glibc malloc. This commit ensures, jemalloc is disabled when GPERFTOOLS_SOURCEINSTALL='y' is set in persistent config file /etc/centminmod/custom_config.inc prior to nginx recompiles via centmin.sh menu option 4. Setting GPERFTOOLS_SOURCEINSTALL='n' will disable tcmalloc based nginx compile and revert back to default jemalloc compiled nginx server.


    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,182
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    9:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+