Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch update centmin.sh menu option 17 zstd & lz4 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 17, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    59,298
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    5:30 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  2. pamamolf

    pamamolf Well-Known Member

    4,126
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    10:30 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Should i re run menu 17 to get the latest versions?

    Also can we use a newer compiler like gcc8 ?

    Official zstd seems to be compiled for performance tests as: 1.4.0 gcc-8

    If i remember correctly on custom rpm or at menu 17 gcc7 was used .... ?

    Thank you !
     
    Last edited: Apr 18, 2019
  3. pamamolf

    pamamolf Well-Known Member

    4,126
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    10:30 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Any update on this please? :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    59,298
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    5:30 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yup
    right now zstd uses GCC 7 compiler still as it's available in both centos 6 and 7. GCC 8 is only supported in centos 7 right now as centos 6 doesn't support GCC 8 compiler in centmin mod installs.

    custom tar v1.31 rpm also uses GCC 7 compiler as well.
     
  5. pamamolf

    pamamolf Well-Known Member

    4,126
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    10:30 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    What's the difference between these decompress commands ?

    Code:
    tar -xaf backup.tar.zst
    and
    Code:
    tar -I zstd -xvf backup.tar.zst

    Can i use the -T flag for extract/decompress to get it faster?

    Like:
    Code:
    tar -T4 -xaf backup.tar.zst
    or
    Code:
    tar -I zstd -T4 -xvf backup.tar.zst
    Thank you
     
  6. eva2000

    eva2000 Administrator Staff Member

    59,298
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    5:30 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    No difference if using custom tar v1.31 rpm
    Yes needs to be formatted properly examples in custom tar v1.31 rpm thread