• TunaCowboy
    link
    fedilink
    19
    edit-2
    2 months ago

    51 years 8 seconds

    $ systemd-analyze
    Startup finished in 2.277s (firmware) + 1.145s (loader) + 1.644s (kernel) + 3.211s (userspace) = 8.279s 
    graphical.target reached after 3.211s in userspace.
    
    $ lscpu | awk -F '  +' '/^ *M.* n/ {print $1, $2}'
    Model name: Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz
    
    $ vmstat -s | awk -F '^ +' '/[0-9]* K t.* m/ {print $2}'
    3901984 K total memory
    
    • zea
      link
      fedilink
      162 months ago

      2s in firmware??? I’m used to at least 30s

          • TurboWafflz
            link
            fedilink
            12 months ago

            I wonder if more memory still increases post time even on modern computers that don’t do a full test on every boot. I feel like I’ve noticed faster post on computers with less ram compared to ones with more but I haven’t gotten around to actually testing changing the amount on the same computer

            • zea
              link
              fedilink
              12 months ago

              I think my BIOS has a setting to skip that part