1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] size of iso dvds
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20size%20of%20iso%20dvds&In-Reply-To=%3C4F3AA53F.20404%40arcor.de%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011940.html">
<LINK REL="Next" HREF="011945.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] size of iso dvds</H1>
<B>Florian Hubold</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20size%20of%20iso%20dvds&In-Reply-To=%3C4F3AA53F.20404%40arcor.de%3E"
TITLE="[Mageia-dev] size of iso dvds">doktor5000 at arcor.de
</A><BR>
<I>Tue Feb 14 19:17:35 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="011940.html">[Mageia-dev] size of iso dvds
</A></li>
<LI>Next message: <A HREF="011945.html">[Mageia-dev] size of iso dvds
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11943">[ date ]</a>
<a href="thread.html#11943">[ thread ]</a>
<a href="subject.html#11943">[ subject ]</a>
<a href="author.html#11943">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Am 14.02.2012 18:39, schrieb Florian Hubold:
><i> Am 26.01.2012 20:56, schrieb Luc Menut:
</I>>><i> Le 25/01/2012 21:21, Juergen Harms a écrit :
</I>>>><i> I just joined this list - therefore top-posting rather than replying.
</I>>>><i>
</I>>>><i> Seeing the discussion on space on isos,
</I>>><i> some data about differences between mageia 1 x86_64 DVD and mageia 2a3 x86_64
</I>>><i> DVD:
</I>>><i> mageia 1 : 3730 Mo - 4630 packages
</I>>><i> mageia 2 : 4139 Mo - 4209 packages
</I>>><i>
</I>>><i> some new "big" packages in mga 2:
</I>>><i> - *eclipse* -> + 67 packages -> +302 Mo
</I>>><i> + lots of new java packages (ant, maven, ...)
</I>>><i> - celtx* -> + 7 packages -> +132 Mo
</I>>><i> - e, e17_themes -> + 2 packages -> +36 Mo
</I>>><i> - chromium-browser -> + 2 packages -> +23 Mo
</I>>><i>
</I>>><i> some packages bigger than in mga 1:
</I>>><i> - texlive* -> + 95Mo (mga1 306Mo, mga2 401Mo)
</I>>><i>
</I>>><i> packages that we will be able to remove in mga2:
</I>>><i> - myspell* 39Mo (after hunspell migration)
</I>>><i>
</I>>><i>
</I>>><i> some major missing packages in mga2 DVD ISO:
</I>>><i> - lots of kde packages,
</I>>><i> - gstreamer0.10-pulse,
</I>>><i> - kernel-desktop-devel-latest,
</I>>><i> - kernel-server-devel-latest,
</I>>><i> - perhaps others :'(
</I>>><i>
</I>>><i> regards,
</I>>><i> Luc
</I>>><i>
</I>><i> Somehow related, i just did some rpm size comparisons for thunderbird
</I>><i> -l10n packages, to see what can be gained if we switch them back to
</I>><i> uncompressing the (zipped) .xpi files and so let them profit from
</I>><i> rpm binary payload compression. It's not much for a single package,
</I>><i> but overall it's a reduction by 35%.
</I>><i>
</I>><i> Maybe this is a viable solution for other packages too, which currently
</I>><i> carry files which are already compressed when building.
</I>><i>
</I>><i> Some numbers (total size of-l10n packages, followed by time output for
</I>><i> the build to see the cost of this switch)
</I>><i>
</I>><i> ----
</I>><i> .xpis unzipped -> using rpm default compression "_binary_payload w5.lzdio"
</I>><i>
</I>><i> $ LC_ALL=C du -ch mozilla-thunderbird-*rpm
</I>><i> 11M total
</I>><i>
</I>><i> 182.92user 34.65system 3:55.54elapsed 92%CPU (0avgtext+0avgdata 188512maxresident)k
</I>><i> 0inputs+482992outputs (0major+17025693minor)pagefaults 0swaps
</I>><i> ----
</I>><i>
</I>><i> ----
</I>><i> not unzipping .xpis:
</I>><i>
</I>><i> $ LC_ALL=C du -ch mozilla-thunderbird-*rpm
</I>><i> 17M total
</I>><i>
</I>><i> 20.89user 7.27system 0:31.57elapsed 89%CPU (0avgtext+0avgdata 109264maxresident)k
</I>><i> 0inputs+356720outputs (0major+3218040minor)pagefaults 0swaps
</I>><i> ----
</I>><i>
</I>><i> Will commit for cauldron shortly, but it won't make it into beta1, sorry.
</I>><i>
</I>To give proper credit, this idea is © by Annsi :)
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011940.html">[Mageia-dev] size of iso dvds
</A></li>
<LI>Next message: <A HREF="011945.html">[Mageia-dev] size of iso dvds
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11943">[ date ]</a>
<a href="thread.html#11943">[ thread ]</a>
<a href="subject.html#11943">[ subject ]</a>
<a href="author.html#11943">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|