Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 71

Thread: Debian Wheezy To Take Up 73 CDs Or 11 DVDs

  1. #11
    Join Date
    Sep 2007
    Location
    Connecticut,USA
    Posts
    865

    Default

    Quote Originally Posted by disi View Post
    No floppys?!?
    I'd say you'd need about 3,000 floppies for it all ...eek!

  2. #12
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,471

    Default

    Quote Originally Posted by birdie View Post
    Except for things which are not compressible (like PNG/JPG/GIF/already compressed data), XZ can easily beat GZIP tenfold (gzip has a 32KByte dictionary, XZ's dictionary is only limited by available RAM - Fedora uses 64MB dictionary if I'm not mistaken).
    That dictionary has to be in RAM. So 64mb dictionary -> at least 64mb required to compress and decompress. Pray tell, how do you then install on a machine with 64mb ram, or even 128?

  3. #13
    Join Date
    Jun 2012
    Posts
    511

    Default

    Nobody cares about users with 64 mb of RAM. Upgrade for christ's sake!

  4. #14
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,471

    Default

    For fuck's sake. It's not hard to think how that kind of bloat becomes a show stopper.

    Maybe you'd like to install N packages at the same time? That's 64mb * N.

  5. #15
    Join Date
    Feb 2009
    Posts
    120

    Default

    Quote Originally Posted by curaga View Post
    For fuck's sake. It's not hard to think how that kind of bloat becomes a show stopper.

    Maybe you'd like to install N packages at the same time? That's 64mb * N.
    Well, if N were 10, that'd still be only 640MB... My phone could handle it...
    Keeping in mind that storage media doesn't like simultaneous reads or writes, I guess it's fair to say that you'd rarely have N to be more than 1 or 2...
    That and Fedora being a bleeding edge distro, it's probably not such a bright idea to install new releases on very low end devices IMO...

    Also, having smaller packages does speed up installing (either via local storage or netinstall), so the disadvantage is meaningless compared to the advantage.

  6. #16
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,471

    Default

    I was thinking more about Debian, TFA. I sure hope they don't go packing their debs at those extreme settings.

    Fedora yeah, it's been too heavy for that class for years. BTW, what phone has 1gb ram? Most come with half a gig if that.

  7. #17
    Join Date
    Sep 2011
    Posts
    392

    Default

    Does apt even support installing more then one deb at a time?

  8. #18
    Join Date
    Sep 2008
    Posts
    987

    Default

    Quote Originally Posted by curaga View Post
    I was thinking more about Debian, TFA. I sure hope they don't go packing their debs at those extreme settings.

    Fedora yeah, it's been too heavy for that class for years. BTW, what phone has 1gb ram? Most come with half a gig if that.
    A phone I bought in April 2011 has a gig of RAM. So does my current one, and my mom's. My next planned upgrade has 2GB. http://www.phonearena.com/phones/Sam...Verizon_id7114

    BTW, the compression / decompression memory for LZMA/LZMA2 (of which Xz is just one implementation) is asymmetrical. It may require several gigs to compress but only a few hundred MB to decompress. And this is per archive with no regard for how big that archive is. So if you have 10 packages and each one is in an archive, and one of them is 512 KB, one of them is 10 MB, and one of them is 60 GB, all of them are going to occupy the same amount of resident program memory during decompression. And because dpkg can only install one package at a time, they won't be decompressing simultaneously. Have you ever watched a large update? It goes through the list "Unpacking" each package in serial (i.e. one at a time). So the amount of memory used by Xz decompression is only going to be about 64 MB total (and that memory will get allocated, then freed, then re-allocated again as each dpkg process unpacks a different archive file).

  9. #19
    Join Date
    Jan 2010
    Location
    Portugal
    Posts
    844

    Default

    Quote Originally Posted by GreatEmerald
    What do they put into them, anyway? Every single existing DEB package that works with that Debian release?
    Yes.

    Quote Originally Posted by curaga View Post
    BTW, what phone has 1gb ram? Most come with half a gig if that.
    I wasn't expecting these many but there you go: http://bit.ly/OXy7ni

  10. #20
    Join Date
    Jan 2010
    Location
    Portugal
    Posts
    844

    Default

    Quote Originally Posted by allquixotic View Post
    Have you ever watched a large update? It goes through the list "Unpacking" each package in serial (i.e. one at a time).
    Now that you mention it, wouldn't it be a smart thing to analyze the dependencies before the update process and uncompressing/installing packages that don't affect each other in parallel?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •