Get the most out of your Centmin Mod LEMP stack
Become a Member

Beta Branch update 123.09beta01 defaults for better performance

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 24, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    53,559
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update 123.09beta01 defaults for better performance

    - switch from LibreSSL default to OpenSSL for Nginx crypto library by setting LIBRESSL_SWITCH='n' out of the box for better Nginx HTTPS/SSL performance potential
    - switch from Clang 3.4.2 default compiler for Nginx to GCC 7.2.1+ by setting out of box defaults to CLANG='n', DEVTOOLSETSEVEN='y' and NGINX_DEVTOOLSETGCC='y' for better Nginx performance potential
    - these may increase initial install times but result in potentially better performance


    Continue reading...

    123.09beta01 branch
     
  2. Umit

    Umit Member

    42
    5
    8
    Nov 15, 2016
    Ratings:
    +5
    Local Time:
    6:56 PM
    thank you :)
    Code (Text):
    No local changes to save
    
    Updating b42354e..e265d86
    
    Fast-forward
    
     centmin.sh | 10 +++++-----
    
     1 file changed, 5 insertions(+), 5 deletions(-)
    
    
    
     
  3. Revenge

    Revenge Active Member

    469
    93
    28
    Feb 21, 2016
    Portugal
    Ratings:
    +354
    Local Time:
    4:56 PM
    1.9.x
    10.1.x
    @eva2000, currently you recommend compiling Nginx with GCC 7/8 instead of Clang 5/6?
     
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,070
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:56 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    The default now it is gcc 7 and i think is the best option to use at the moment and it is tested for a long time by George.....
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,559
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah 123.09beta01 moved to default to GCC 7 as best mix of performance, speed of compile and maintenance wise GCC 7 and eventually GCC 8 are easier and faster to compile than Clang 5 and 6. Clang 6 and GCC 8 might be better for AMD EPYC cpus though.