11%
20.05.2014
] covers a whole range of snapshot parameters associated with virsh, including live backups. For example, if a virtual machine named RHEL6 is running under libvirt, you can type:
virsh snapshot
11%
26.01.2012
.
rMB/s: Number of megabytes read from the device per second.
wMB/s: Number of megabytes written to the device per second.
avgrq-sz: Average size (in sectors) of the requests issued to the device
11%
07.06.2019
and other Unicode characters used in MySQL by changing the encoding to utf8mb4.
Settings
The administrator has control over a number of settings that affect both the text that needs to be translated
11%
30.01.2024
. The developers recommend using their official Docker container, which only requires around 30MB of RAM [5]. Authelia is also designed for operation in Kubernetes. You can start several containers in parallel
11%
17.04.2017
comes with a 1GHz single-core CPU, 512MB of RAM, a mini-HDMI port, a micro-USB On-The-Go port and micro-USB power port. It has HAT-compatible 40-pin, composite video, and reset headers, along with a CSI
11%
07.04.2022
.
The Kaboxer model shares a disadvantage with its cousins Flatpak and Snap: the file size. Even programs that are only a few kilobytes in size tend to bloat to 50MB and more in the Kaboxer container because
11%
10.12.2023
is reasonable because you can write to (N – 1) devices as you would RAID 0 (e.g., write a stripe of data).
RAID 6
Somewhat similar to RAID 5, two copies of the parity are written to two storage devices
11%
08.04.2014
| elapsed: 0.0s remaining: 4.5s
[Parallel(n_jobs=2)]: Done 198 out of 1000 | elapsed: 1.2s remaining: 4.8s
[Parallel(n_jobs=2)]: Done 399 out of 1000 | elapsed: 2.3s remaining: 3.5s
11%
05.12.2011
’s Supercomputing Conference (SC12) in Salt Lake City. We will be at the International Supercomputing Conference in Hamburg, Germany, at the RWTH Aachen booth.
Readers can get involved by petitioning their companies
11%
10.07.2012
firstname=v
12 elseif k=='lastname' then
13 lastname=v
14 end
15 end
16
17 r:puts(string.format("Hello %s %s!", firstname, lastname))
18
19 r:puts("