65%
25.09.2023
hosts [9]. A more apt comparison is found in Listing 2, with the results posted by a Raspberry Pi 400 [10], which is essentially a Raspberry Pi 4 (Broadcom BCM2711 Cortex-A72, ARM v8 quad-core running
65%
09.12.2021
of threads, use:
$ plzip -v -9 -n 32 package-list.txt
package-list.txt: 2.640:1, 37.88% ratio, 62.12% saved, 11626 in, 4404 out.
The -n 32
option tells plzip
to use 32 threads to perform the compression
65%
24.02.2022
, the RPMs shown in Listing 2 will be listed in the root of the source directory.
Listing 2: RPMs After the Build
$ ls *.rpm
kmod-lustre-client-2.14.56_111_gf8747a8-1.el8.x86_64.rpm
kmod
65%
07.04.2022
StartTime : Tue Jan 25 20:02:21 2022
Path : /lustre/0/test.01.00000000
FS : 66.8 GiB Used FS: 35.9% Inodes: 47.0 Mi Used Inodes: 0.0%
Options:
api
64%
15.02.2012
.81776285
8.426562
(0.25%)
file_18594.pickle
3376.81351113
9.711714
(0.29%)
file_18595.pickle
3376.81144404
9.132170
(0.27%)
file_18596.pickle
64%
26.01.2012
.81776285
8.426562
(0.25%)
file_18594.pickle
3376.81351113
9.711714
(0.29%)
file_18595.pickle
3376.81144404
9.132170
(0.27%)
file_18596.pickle
64%
04.08.2020
(minified by 25.99X)
from python:2.7-alpine - 84.3MB => 23.1MB (minified by 3.65X)
from python:2.7.15 - 916MB => 27.5MB (minified by 33.29X)
from centos:7 - 647MB => 23MB (minified by 28.57X)
from centos
64%
05.08.2024
run("row")
09 }
10 }
11
12 func BenchmarkColumn(b *testing.B) {
13 //b.ResetTimer()
14 for i := 0; i < b.N; i++ {
15 run("column")
16 }
17 }
Figure 5 shows
63%
18.03.2020
2 hours ago 9.83GB
49cbd14ae32f 3 hours ago 269MB
ubuntu 18.04 72300a873c2c 3 weeks ago 64.2MB
63%
06.10.2019
": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
error now