Welcome to Centmin Mod Community
Register Now

Git pack directory size inside

Discussion in 'Add Ons' started by Kintaro, Jun 19, 2023.

  1. Kintaro

    Kintaro Member

    106
    11
    18
    Dec 2, 2016
    Italy
    Ratings:
    +30
    Local Time:
    4:07 PM
    1.15.x
    MariaDB 10
    With a:

    Code:
    sudo du -xB M --max-depth=2 /usr/local/nginx/html/XXXX_mysqladminXXXXX/.git | sort -rn | head -n 15
    I noticed that pack directory is about 1250MB.

    It's not a great problem, but do you think that i can be possibile to reduce it?
    Maybe during some maintainance routine?


    What I can't understand is why in some VPN pack directory is like 11MB and in otherones 1200MB.
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:07 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Haven't looked into it too closely but phpmyadmin.sh installs phpmyadmin via Git so requires this for when you also do automatic updates.