Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse.org-architecture-council] JEP 336: deprecate pack200



On Tue, Jun 26, 2018 at 12:13 PM, Mikaël Barbero <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx> wrote:
To be fair, we should only compare the size of *.jar which have matching .jar.pack.gz. So far it's not the case

mbarbero@build:~> find ~/downloads/releases/photon/201806271001/plugins -name "*.jar" | wc -l
5631
mbarbero@build:~> find ~/downloads/releases/photon/201806271001/plugins -name "*.jar.pack.gz" | wc -l
2926

We've twice as many .jar than .jar.pack.gz.

Ah, I just noticed that autogenerated source bundles are not packed. Interesting.
 
So:

mbarbero@build:~> find ~/downloads/releases/photon/201806271001/plugins -name "*.jar.pack.gz" -print0 | sed -e 's/jar.pack.gz/jar/g' | du -hc --files0-from=- | tail -n 1
1,2G total

So we're talking 1.2G vs 741M for a ~ half of the repo.

Cheers

Mikaël Barbero 
Team Lead - Release Engineering | Eclipse Foundation
📱 (+33) 642 028 039 | 🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

Le 26 juin 2018 à 10:42, Mickael Istria <mistria@xxxxxxxxxx> a écrit :

FWIW, from the download location itself.

mistria@build:~/downloads/releases/photon/201806271001/plugins> du -ch *.jar.pack.gz
[...]
741M    total
mistria@build:~/downloads/releases/photon/201806271001/plugins> du -ch *.jar
[...]
1.8GB    total

So it's ~60% less, and Lars experiment with gz shows that gz keeps the same ratio after compression.

So are we ready to increase the download ratio caused by updates to download.eclipse.org by 115% ?

_______________________________________________
eclipse.org-architecture-council mailing list
eclipse.org-architecture-council@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse.org-architecture-council

IMPORTANT: Membership in this list is generated by processes internal to the Eclipse Foundation.  To be permanently removed from this list, you must contact emo@xxxxxxxxxxx to request removal.


_______________________________________________
eclipse.org-architecture-council mailing list
eclipse.org-architecture-council@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse.org-architecture-council

IMPORTANT: Membership in this list is generated by processes internal to the Eclipse Foundation.  To be permanently removed from this list, you must contact emo@xxxxxxxxxxx to request removal.



--
Alexander Kurtakov
Red Hat Eclipse Team

Back to the top