31%
01.08.2019
:jonathonf/python-3.6
$ apt-get update
$ apt-get install python3.6
In Figure 3 you can see that Python v3.6 adds about 23MB of files to your machine. Depending on how much time you've spent with Python, you might
31%
05.12.2016
, and there are languages that require a 150MB image for a minimal version. Cleaning up the container caches gives you an easy way to reduce the sizes significantly. The installation of containers FROM scratch is also
31%
14.11.2013
significantly fewer processes compete for the available CPU cores – and thus fewer context switches are needed. Far more memory is available for the buffer cache or shared pool because the minimum 350MB of SGA
31%
13.02.2017
to the needs of an application. After all, the standard libraries in Java 8 weigh in at around 60MB and 20,000 classes. They not only need space on the hard drive, but the computer also needs to load them
31%
31.10.2025
2:Size2, ... ] [@address]
In the specific case of
crashkernel=512M-2G:64m,2G-:128M
this means: "For a RAM size of 512MB up to 2GB, the system reserves 64MB; this becomes 128MB if you have more than
31%
31.10.2025
System, DUP: total=8.00MB, used=4.00KB
Metadata, DUP: total=1.00GB, used=79.20MB
If Btrfs only has one device available when the filesystem is created, it automatically generates a duplicate
31%
16.10.2012
bytes:215392635 (215.3 MB) TX bytes:1759757 (1.7 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK
31%
08.06.2021
properties:
CPU: Intel(R) Core(TM) i5-10300H CPU @2.50GHz
Processor base frequency: 2.5GHz
Max turbo frequency: 4.5GHz
Cache: 8MB
Four cores (eight with hyperthread)
45W thermal design
31%
09.06.2018
set larger than 5MB:
> Get-Process | Where-Object -FilterScript { $_.WS -gt 5MB } | Stop-Process
The native solution on Linux would be a complex combination of Bash, AWK, and Grep. The Power
31%
09.06.2018
requirements for using RSQL are a 64-bit system with only 100MB of RAM; 100MB of disk space is sufficient. Basic knowledge of SQL and its syntax are useful for operations. Installation instructions are available